We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ced6e69 + e87e7e0 commit a8727e8Copy full SHA for a8727e8
1 file changed
.github/workflows/linters.yml
@@ -16,7 +16,7 @@ jobs:
16
go-version: stable
17
18
- name: Run linter
19
- uses: golangci/golangci-lint-action@v8 # Action page: <https://github.com/golangci/golangci-lint-action>
+ uses: golangci/golangci-lint-action@v9 # Action page: <https://github.com/golangci/golangci-lint-action>
20
with:
21
only-new-issues: false # show only new issues if it's a pull request
22
args: --timeout=10m --build-tags=race ./...
0 commit comments