We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f64991 + 8f458e3 commit 86bec3eCopy full SHA for 86bec3e
.github/workflows/pull_request.yaml
@@ -50,7 +50,7 @@ jobs:
50
make install
51
52
- name: Run golangci-lint
53
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v4
54
with:
55
version: latest
56
only-new-issues: false
.github/workflows/push.yaml
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
0 commit comments