diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index e5ecf9a..1da5e3e 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -26,7 +26,7 @@ jobs: make $GITHUB_OUTPUT - name: lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v6 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 }}