Skip to content

Commit 0f67db1

Browse files
author
Ubuntu
committed
ci: upgrade golangci-lint-action to v9 to support Go 1.25
1 parent a60afd6 commit 0f67db1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
- name: Set up Go
4646
uses: actions/setup-go@v6
4747
with:
48-
go-version: '>=1.25'
48+
go-version: '1.25'
4949

5050
- name: golangci-lint
51-
uses: golangci/golangci-lint-action@v6
51+
uses: golangci/golangci-lint-action@v9
5252
with:
5353
version: latest

0 commit comments

Comments
 (0)