We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e51c30b + ca0b196 commit 793ace2Copy full SHA for 793ace2
.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@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601
+ uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20
23
- name: Test
24
run: go test -v ./...
25
0 commit comments