File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,6 @@ jobs:
106106 go-version : ' 1.23.3'
107107
108108 - name : Run linter
109- uses : golangci/golangci-lint-action@v4
109+ uses : golangci/golangci-lint-action@v9
110110 with :
111- version : latest
111+ version : v2.6.1
Original file line number Diff line number Diff line change 1+ version : " 2"
2+
3+ run :
4+ timeout : 5m
5+ tests : true
6+
7+ linters :
8+ default : standard
9+ settings :
10+ govet :
11+ disable :
12+ - unsafeptr
Original file line number Diff line number Diff line change 3939 golangci-lint run ./...
4040
4141deps :
42- go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
42+ go install github.com/golangci/golangci-lint/v2/ cmd/golangci-lint@v2.6.1
4343
4444update-kernel :
4545 git subtree pull --prefix=depend/bitcoin https://github.com/bitcoin/bitcoin.git master --squash
You can’t perform that action at this time.
0 commit comments