We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df2c55 commit eab9254Copy full SHA for eab9254
.github/workflows/go-tests-windows.yml
@@ -58,6 +58,6 @@ jobs:
58
- name: golangci-lint
59
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
60
with:
61
- version: v2.8
+ version: v2.9
62
args: --issues-exit-code=1 --timeout 10m
63
only-new-issues: false
.github/workflows/go-tests.yml
@@ -214,6 +214,6 @@ jobs:
214
215
216
217
218
219
0 commit comments