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 d134fac commit 818148fCopy full SHA for 818148f
.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@v5
+ - uses: golangci/golangci-lint-action@v6
55
with:
56
working-directory: ${{ env.working-directory }}
57
version: v${{ env.GOLANGCI_LINT_VERSION }}
0 commit comments