diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index fc3b38b..1043369 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -25,7 +25,7 @@ jobs: make $GITHUB_OUTPUT - name: lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v4 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. version: ${{ steps.vars.outputs.GOLANGCI_LINT_VERSION }}