We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e063eaa + da6242b commit 95dd24aCopy full SHA for 95dd24a
.github/workflows/test.yaml
@@ -60,4 +60,4 @@ jobs:
60
- name: golangci-mod-tidy
61
uses: zencargo/github-action-go-mod-tidy@v1
62
with:
63
- go-version: "1.23.3"
+ go-version: "1.23.4"
.tool-versions
@@ -1 +1 @@
1
-golang 1.23.3
+golang 1.23.4
go.mod
@@ -1,6 +1,6 @@
module github.com/cultureamp/cfparams
2
3
-go 1.23.3
+go 1.23.4
4
5
require (
6
github.com/aws/aws-sdk-go v1.55.6
0 commit comments