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 733bb75 commit ec71ae9Copy full SHA for ec71ae9
etc/golangci-lint.sh
@@ -2,6 +2,6 @@
2
# Keep this in sync with go version used in static-analysis Evergreen build variant.
3
go install golang.org/dl/go1.22.7@latest
4
go1.22.7 download 2> /dev/null
5
-export PATH="$(go1.22.7 env GOROOT)/bin:$PATH"
+export PATH="$(go1.22.7 env GOROOT)/bin:$GOPATH/bin:$PATH"
6
go install github.com/golangci/golangci-lint/cmd/[email protected]
7
golangci-lint run --config .golangci.yml ./...
0 commit comments