We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f098a6 + 82fd4b5 commit e51c30bCopy full SHA for e51c30b
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Lint
20
# Third-party action, pin to commit SHA!
21
# See https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions
22
- uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47
+ uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601
23
- name: Test
24
run: go test -v ./...
25
0 commit comments