diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e8339ac..fdbb4e9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -82,6 +82,6 @@ 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@v3.7.0 + uses: golangci/golangci-lint-action@v4.0.0 with: version: ${{ env.GOLANGCI_VERSION }}