Skip to content

Commit

Permalink
[v1.34.x] skip setting PATH in vet.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
menghanl committed Mar 9, 2021
1 parent f948e6e commit ef4671f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vet.sh
Expand Up @@ -28,8 +28,6 @@ cleanup() {
}
trap cleanup EXIT

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

if [[ "$1" = "-install" ]]; then
# Check for module support
if go help mod >& /dev/null; then
Expand Down

0 comments on commit ef4671f

Please sign in to comment.