We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ac26d commit 8685b70Copy full SHA for 8685b70
.github/workflows/lint.yml
@@ -20,6 +20,6 @@ jobs:
20
with:
21
go-version-file: 'go.mod'
22
- name: Run golangci-lint-action
23
- uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
+ uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
24
25
args: --timeout=2m
0 commit comments