Skip to content

Commit 476033d

Browse files
committed
fix golangci-linter-action version
1 parent 95e5525 commit 476033d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
- uses: actions/checkout@v4
4242
- uses: actions/setup-go@v5
4343
with:
44-
go-version: '1.22'
44+
go-version: '1.24'
4545
- name: golangci-lint
4646
uses: golangci/golangci-lint-action@v7
4747
with:
48-
version: v1.60
48+
version: v2.0

0 commit comments

Comments
 (0)