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 c3673c8 commit 71e53faCopy full SHA for 71e53fa
.github/workflows/pr-check.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Run vet check
32
run: go vet ./...
33
- name: Run linters
34
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v4
35
with:
36
version: v1.54.2
37
skip-pkg-cache: true
0 commit comments