diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f303802e..e08e56b6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -38,7 +38,7 @@ jobs: enable_go_cache: false enable_npm: false - name: golangci-lint - uses: golangci/golangci-lint-action@v9.2.0 + uses: golangci/golangci-lint-action@v9.2.1 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. version: v2.12.2