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.
1 parent 18c6c34 commit 3054d2fCopy full SHA for 3054d2f
.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@e60da84bfae8c7920a47be973d75e15710aa8bd7
+ uses: golangci/golangci-lint-action@0adbc47a5910e47adb692df88187ec8c73c76778
23
- name: Test
24
run: go test -v ./...
25
0 commit comments