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 d76f073 commit dc0a420Copy full SHA for dc0a420
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
- run: go mod download
33
- run: go build -v .
34
- name: Run linters
35
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v5
36
with:
37
version: latest
38
0 commit comments