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 06e47c1 commit ca38f08Copy full SHA for ca38f08
.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@4afd733a84b1f43292c63897423277bb7f4313a9
+ uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47
24
with:
25
version: v2.1.6
26
unit-tests:
0 commit comments