File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636 - name : golangci-lint
3737 uses : golangci/golangci-lint-action@v8
3838 with :
39- version : latest
39+ version : v2.4.0
4040 args : --timeout=30m
4141 install-mode : binary
4242 verify : false
Original file line number Diff line number Diff line change 44 @gci write --custom-order -s standard -s " prefix(github.com/sagernet/)" -s " default" .
55
66fmt_install :
7- go install -v mvdan.cc/gofumpt@latest
7+ go install -v mvdan.cc/gofumpt@v0.8.0
88 go install -v github.com/daixiang0/gci@latest
99
1010lint :
1515 GOOS=freebsd golangci-lint run
1616
1717lint_install :
18- go install -v github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest
18+ go install -v github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.4.0
1919
2020test :
2121 go test ./...
You can’t perform that action at this time.
0 commit comments