Skip to content

Commit d83df2f

Browse files
authored
ci: bump golangci-lint-action to v9.2.0 and golangci-lint to v2.11.3 (#57)
1 parent 620c4a8 commit d83df2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-go@v6
1313
with:
1414
go-version: 1.25.x
15-
- uses: golangci/golangci-lint-action@v9
15+
- uses: golangci/golangci-lint-action@v9.2.0
1616
with:
17-
version: v2.4.0
18-
args: --timeout 3m
17+
version: v2.11.3
18+
args: --timeout 3m

0 commit comments

Comments
 (0)