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 129cf9d commit 86aeaf3Copy full SHA for 86aeaf3
.github/workflows/code-health.yml
@@ -20,7 +20,7 @@ jobs:
20
go-version-file: 'go.mod'
21
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
22
- name: golangci-lint
23
- uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47
+ uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601
24
with:
25
version: v2.1.6
26
unit-tests:
0 commit comments