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 b1e7235 commit f2be155Copy full SHA for f2be155
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
run: go mod tidy && git diff --exit-code go.mod go.sum
53
54
- name: Lint
55
- uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9
+ uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
56
with:
57
version: ${{ env.GOLANGCI_VERSION }}
58
0 commit comments