From b9492ca79d0d88069f568cc138baaaa0b7c4ca1d Mon Sep 17 00:00:00 2001 From: "cultureamp-renovate[bot]" <89962466+cultureamp-renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 01:53:05 +0000 Subject: [PATCH 1/7] chore(deps): update dependency golangci-lint to v1.64.6 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2f5edbc..4b5c4c7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -39,7 +39,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.64.5 + version: v1.64.6 args: --timeout 5m go-mod-tidy: From 4b2d455e14864c3256325caef0bbfcff0645fa5e Mon Sep 17 00:00:00 2001 From: "cultureamp-renovate[bot]" <89962466+cultureamp-renovate[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 14:23:24 +0000 Subject: [PATCH 2/7] chore(deps): update dependency golangci-lint to v1.64.7 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4b5c4c7..11e6ebd 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -39,7 +39,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.64.6 + version: v1.64.7 args: --timeout 5m go-mod-tidy: From 5ef5242cb32e8888a3230451404028b7e7403e3b Mon Sep 17 00:00:00 2001 From: "cultureamp-renovate[bot]" <89962466+cultureamp-renovate[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 14:23:28 +0000 Subject: [PATCH 3/7] chore(deps): update dependency node to v18.20.5 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6761bc2..8ea1b1d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,7 +27,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "18.x" + node-version: "18.20.5" - name: Tag release id: tag-release From 429d699d65987ef4a8e8886f8eedbab65a49f14c Mon Sep 17 00:00:00 2001 From: "cultureamp-renovate[bot]" <89962466+cultureamp-renovate[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 14:24:30 +0000 Subject: [PATCH 4/7] chore(deps): update dependency golangci-lint to v1.64.8 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 11e6ebd..5e87859 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -39,7 +39,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.64.7 + version: v1.64.8 args: --timeout 5m go-mod-tidy: From fccfbdbb0673249d0ff3cbfdaa2e8307bf1d10b9 Mon Sep 17 00:00:00 2001 From: "cultureamp-renovate[bot]" <89962466+cultureamp-renovate[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 14:24:44 +0000 Subject: [PATCH 5/7] chore(deps): update go to v1.23.5 --- .github/workflows/test.yaml | 2 +- .tool-versions | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 11e6ebd..977fabf 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.23.4" + go-version: "1.23.5" diff --git a/.tool-versions b/.tool-versions index ee4aa2f..d3f569c 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -golang 1.23.4 \ No newline at end of file +golang 1.23.5 \ No newline at end of file diff --git a/go.mod b/go.mod index 8f72f1a..bef3a66 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cultureamp/cfparams -go 1.23.4 +go 1.23.5 require ( github.com/aws/aws-sdk-go v1.55.6 From ee6379316ba548c8ae085e3335da0c1a6b0cd21d Mon Sep 17 00:00:00 2001 From: "cultureamp-renovate[bot]" <89962466+cultureamp-renovate[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 14:28:17 +0000 Subject: [PATCH 6/7] chore(deps): update dependency node to v18.20.6 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8ea1b1d..efc07f6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,7 +27,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "18.20.5" + node-version: "18.20.6" - name: Tag release id: tag-release From 8b6738ffb136ea0416cc37cfbea579f8d81905b1 Mon Sep 17 00:00:00 2001 From: "cultureamp-renovate[bot]" <89962466+cultureamp-renovate[bot]@users.noreply.github.com> Date: Sat, 5 Apr 2025 14:20:34 +0000 Subject: [PATCH 7/7] chore(deps): update dependency go to v1.23.6 --- .github/workflows/test.yaml | 2 +- .tool-versions | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c5895ac..9a791d3 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.23.5" + go-version: "1.23.6" diff --git a/.tool-versions b/.tool-versions index d3f569c..55492a4 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -golang 1.23.5 \ No newline at end of file +golang 1.23.6 \ No newline at end of file diff --git a/go.mod b/go.mod index bef3a66..018e411 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cultureamp/cfparams -go 1.23.5 +go 1.23.6 require ( github.com/aws/aws-sdk-go v1.55.6