Skip to content

Commit eab9254

Browse files
committed
update golangci-lint 2.9
1 parent 1df2c55 commit eab9254

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go-tests-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
- name: golangci-lint
5959
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
6060
with:
61-
version: v2.8
61+
version: v2.9
6262
args: --issues-exit-code=1 --timeout 10m
6363
only-new-issues: false

.github/workflows/go-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,6 @@ jobs:
214214
- name: golangci-lint
215215
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
216216
with:
217-
version: v2.8
217+
version: v2.9
218218
args: --issues-exit-code=1 --timeout 10m
219219
only-new-issues: false

0 commit comments

Comments
 (0)