We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76234d commit 5cd52b1Copy full SHA for 5cd52b1
.github/workflows/pull_request.yaml
@@ -59,7 +59,7 @@ jobs:
59
make install
60
61
- name: Run golangci-lint
62
- uses: golangci/golangci-lint-action@v5
+ uses: golangci/golangci-lint-action@v6
63
with:
64
version: latest
65
only-new-issues: false
.github/workflows/push.yaml
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
0 commit comments