Skip to content

Commit 29fab3b

Browse files
committed
Avoid adding ~/go/bin in path
1 parent 62c13a5 commit 29fab3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/vet.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cleanup() {
2121
}
2222
trap cleanup EXIT
2323

24-
PATH="${HOME}/go/bin:${GOROOT}/bin:${PATH}"
24+
PATH="${HOME}/go/bin:${PATH}"
2525
go version
2626

2727
if [[ "$1" = "-install" ]]; then

0 commit comments

Comments
 (0)