diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a8158ad..d28ea49 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -82,7 +82,7 @@ jobs: # version, but we prefer this action because it leaves 'annotations' (i.e. # it comments on PRs to point out linter violations). - name: Lint - uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0 + uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0 with: version: ${{ env.GOLANGCI_VERSION }}