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 924675d commit cd7ea11Copy full SHA for cd7ea11
.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@051d91933864810ecd5e2ea2cfd98f6a5bca5347
+ uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837
27
with:
28
version: v1.61.0
29
unit-tests:
0 commit comments