Skip to content

Commit f8393bd

Browse files
committed
fix(ci): use golangci-lint-action@v7 for v2 support
1 parent 20418d9 commit f8393bd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ jobs:
3434
- name: Set up Go
3535
uses: actions/setup-go@v5
3636
with:
37-
go-version: "1.25"
37+
go-version-file: go.mod
38+
cache: true
3839

3940
- name: Run golangci-lint
40-
uses: golangci/golangci-lint-action@v6
41+
uses: golangci/golangci-lint-action@v7
4142
with:
4243
version: v2.12.2
4344
args: --timeout=5m

0 commit comments

Comments
 (0)