We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01659a9 commit 4a32234Copy full SHA for 4a32234
.github/workflows/reference-converter.yml
@@ -51,7 +51,7 @@ jobs:
51
cache: false
52
- name: use the same version of GOLANGCI_LINT_VERSION as devtools
53
run: make devtools-versions >> "$GITHUB_ENV"
54
- - uses: golangci/golangci-lint-action@v4
+ - uses: golangci/golangci-lint-action@v5
55
with:
56
working-directory: ${{ env.working-directory }}
57
version: v${{ env.GOLANGCI_LINT_VERSION }}
0 commit comments