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.
2 parents adfa594 + 50748f6 commit 44903a8Copy full SHA for 44903a8
.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@aaa42aa0628b4ae2578232a66b541047968fac86
+ uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae
23
- name: Test
24
run: go test -v ./...
25
0 commit comments