Skip to content

Commit ff5fb8d

Browse files
committed
Fix lint action
1 parent 63540fe commit ff5fb8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
- name: Setup Go
2727
uses: actions/setup-go@v5
2828
with:
29-
go-version: ~1.24.6
29+
go-version: ^1.25
3030
- name: golangci-lint
3131
uses: golangci/golangci-lint-action@v8
3232
with:
33-
version: latest
33+
version: v2.4.0
3434
args: --timeout=30m
3535
install-mode: binary
3636
verify: false

0 commit comments

Comments
 (0)