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 7eb3bc7 commit 733bb75Copy full SHA for 733bb75
etc/golangci-lint.sh
@@ -2,5 +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"
6
go install github.com/golangci/golangci-lint/cmd/[email protected]
-PATH="$(go1.22.7 env GOROOT)/bin:$PATH" golangci-lint run --config .golangci.yml ./...
7
+golangci-lint run --config .golangci.yml ./...
0 commit comments