We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1da80 commit 58266f1Copy full SHA for 58266f1
1 file changed
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
go-version: ${{ env.GO_VERSION }}
59
cache: true
60
- name: golangci-lint ${{ matrix.modules }}
61
- uses: golangci/golangci-lint-action@v9
+ uses: golangci/golangci-lint-action@v6
62
with:
63
version: ${{ env.GOLANGCI_LINT_VERSION }}
64
working-directory: ${{ matrix.modules }}
0 commit comments