Skip to content

Commit

Permalink
[v1.34.x] set path
Browse files Browse the repository at this point in the history
  • Loading branch information
menghanl committed Mar 9, 2021
1 parent f948e6e commit 9a0df4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vet.sh
Expand Up @@ -28,7 +28,7 @@ cleanup() {
}
trap cleanup EXIT

PATH="${GOPATH}/bin:${GOROOT}/bin:${PATH}"
PATH="${HOME}/go/bin:${GOROOT}/bin:${PATH}"

if [[ "$1" = "-install" ]]; then
# Check for module support
Expand Down

0 comments on commit 9a0df4f

Please sign in to comment.