From d51f1290f9ec4ce7891212562c571d3d41d93f88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:27:56 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.1 (#128) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f4073d8..4c7db77 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/karlderkaefer/argocd-ecr-updater go 1.22.0 -toolchain go1.23.0 +toolchain go1.23.1 require ( github.com/aws/aws-sdk-go-v2 v1.30.4