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 fc36e0a commit af2bca6Copy full SHA for af2bca6
.github/workflows/code-health.yml
@@ -23,7 +23,7 @@ jobs:
23
go-version-file: 'go.mod'
24
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
25
- name: golangci-lint
26
- uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601
+ uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20
27
with:
28
version: v2.1.6
29
unit-tests:
0 commit comments