diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6761bc2..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.x" + node-version: "18.20.6" - name: Tag release id: tag-release diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2f5edbc..9a791d3 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.8 args: --timeout 5m go-mod-tidy: @@ -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.6" diff --git a/.tool-versions b/.tool-versions index ee4aa2f..55492a4 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -golang 1.23.4 \ 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 8f72f1a..018e411 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cultureamp/cfparams -go 1.23.4 +go 1.23.6 require ( github.com/aws/aws-sdk-go v1.55.6