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 3232 - name : golangci-lint
3333 uses : golangci/golangci-lint-action@v8
3434 with :
35- version : v2.4.0
35+ version : latest
3636 args : --timeout=30m
3737 install-mode : binary
3838 verify : false
Original file line number Diff line number Diff line change 3838 @gci write --custom-order -s standard -s " prefix(github.com/sagernet/)" -s " default" .
3939
4040fmt_install :
41- go install -v mvdan.cc/gofumpt@v0.8.0
41+ go install -v mvdan.cc/gofumpt@latest
4242 go install -v github.com/daixiang0/gci@latest
4343
4444lint :
4949 GOOS=freebsd golangci-lint run ./...
5050
5151lint_install :
52- go install -v github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.4.0
52+ go install -v github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest
5353
5454proto :
5555 @go run ./cmd/internal/protogen
You can’t perform that action at this time.
0 commit comments