diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6011187..fd1e218 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.60.3 + version: v1.61.0 args: --timeout 5m go-mod-tidy: diff --git a/.tool-versions b/.tool-versions index 3b97dd5..f0e1c18 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -golang 1.23.0 \ No newline at end of file +golang 1.23.2 \ No newline at end of file diff --git a/go.mod b/go.mod index 62e359d..7ac23bd 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cultureamp/cfparams -go 1.23.0 +go 1.23.2 require ( github.com/aws/aws-sdk-go v1.55.5