Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd554d4 commit 38d99c2Copy full SHA for 38d99c2
ci/lint.mk
@@ -4,4 +4,5 @@ govet:
4
go vet ./...
5
6
golint:
7
- go run github.com/golangci/golangci-lint/cmd/golangci-lint@latest run .
+ # 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/[email protected] run .
0 commit comments