diff --git a/.github/workflows/goreleaser.yaml b/.github/workflows/goreleaser.yaml index 3ce39f29..82ba0f7e 100644 --- a/.github/workflows/goreleaser.yaml +++ b/.github/workflows/goreleaser.yaml @@ -6,7 +6,7 @@ on: - "v[0-9]+.[0-9]+.[0-9]+" env: - GO_VERSION: 1.26.5 + GO_VERSION: 1.27.1 jobs: goreleaser: diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 7422896f..1994941b 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -26,7 +26,7 @@ permissions: contents: read env: - GO_VERSION: "1.26.5" + GO_VERSION: "1.27.1" PYTHON_VERSION: "3.14.7" TFD_VERSION: "v0.22.0" @@ -120,7 +120,7 @@ jobs: go install github.com/fzipp/gocyclo/cmd/gocyclo@v0.6.0 # Install gocritic - go install github.com/go-critic/go-critic/cmd/gocritic@v0.14.3 + go install github.com/go-critic/go-critic/cmd/gocritic@v0.15.0 # Add Go bin directory to PATH echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH" diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e003e74f..f8e4e52b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -19,7 +19,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} env: - GO_VERSION: "1.26.5" + GO_VERSION: "1.27.1" permissions: actions: read