Skip to content

Commit 38d99c2

Browse files
authored
Update lint.mk
1 parent cd554d4 commit 38d99c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/lint.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ govet:
44
go vet ./...
55

66
golint:
7-
go run github.com/golangci/golangci-lint/cmd/golangci-lint@latest run .
7+
# Pin golang.org/x/tools, the go.mod of v0.25.0 is incompatible with Go 1.19.
8+
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v0.24.0 run .

0 commit comments

Comments
 (0)