Skip to content

Commit e22e418

Browse files
ci: pin golangci-lint to v2.11.2 for Go 1.25 compatibility
1 parent 2d554e4 commit e22e418

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
go-version-file: go.mod
3636

3737
- uses: golangci/golangci-lint-action@v6
38+
with:
39+
version: v2.11.2
3840

3941
vulncheck:
4042
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)