Skip to content

Commit e6f32f4

Browse files
Updated .github/workflows/go.yaml
1 parent 49b8cee commit e6f32f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
go-version: '1.25.1'
2525
cache: false
2626
- name: golangci-lint
27-
uses: golangci/golangci-lint-action@v3
27+
uses: golangci/golangci-lint-action@v9.2
2828
with:
29-
version: v1.61.0
29+
version: v2.7.2
3030
only-new-issues: true
3131
skip-cache: true
3232
- name: Install staticcheck

0 commit comments

Comments
 (0)