From 40dd200861e69886498a70ac4007e25e67f03d66 Mon Sep 17 00:00:00 2001 From: "cultureamp-renovate[bot]" <89962466+cultureamp-renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 14:59:39 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.26.1 --- .github/workflows/test.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d8731cb..7715ea2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -60,4 +60,4 @@ jobs: - name: golangci-mod-tidy uses: zencargo/github-action-go-mod-tidy@v1 with: - go-version: "1.25.5" + go-version: "1.26.1" diff --git a/go.mod b/go.mod index 417aa62..370a7eb 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cultureamp/cfparams -go 1.25.5 +go 1.26.1 require ( github.com/aws/aws-sdk-go-v2 v1.41.0