Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit ecef25e

Browse files
authored
Update Makefile
1 parent 0573cab commit ecef25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test:
44
go test -tags mock -race -cover ./...
55

66
lint:
7-
go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.0.2 run --color always ${args}
7+
go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1.6 run --color always ${args}
88

99
lint-fix:
1010
make lint args=--fix

0 commit comments

Comments
 (0)