Skip to content

Commit ec71ae9

Browse files
committed
cleanup
1 parent 733bb75 commit ec71ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/golangci-lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Keep this in sync with go version used in static-analysis Evergreen build variant.
33
go install golang.org/dl/go1.22.7@latest
44
go1.22.7 download 2> /dev/null
5-
export PATH="$(go1.22.7 env GOROOT)/bin:$PATH"
5+
export PATH="$(go1.22.7 env GOROOT)/bin:$GOPATH/bin:$PATH"
66
go install github.com/golangci/golangci-lint/cmd/[email protected]
77
golangci-lint run --config .golangci.yml ./...

0 commit comments

Comments
 (0)