diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 50e6be86f..837f2d9c4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -83,7 +83,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@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1 + uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0 with: version: ${{ env.GOLANGCI_VERSION }}