Skip to content

Commit 84bbdc2

Browse files
committed
Revert "Pin gofumpt and golangci-lint versions"
This reverts commit d9d7f78.
1 parent 568612f commit 84bbdc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fmt:
3838
@gci write --custom-order -s standard -s "prefix(github.com/sagernet/)" -s "default" .
3939

4040
fmt_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

4444
lint:
@@ -49,7 +49,7 @@ lint:
4949
GOOS=freebsd golangci-lint run ./...
5050

5151
lint_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

5454
proto:
5555
@go run ./cmd/internal/protogen

0 commit comments

Comments
 (0)