Skip to content

Commit

Permalink
Debug go version
Browse files Browse the repository at this point in the history
  • Loading branch information
arjan-bal committed Oct 21, 2024
1 parent 6009694 commit cc49daf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/vet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ noret_grep() {
cleanup() {
git reset --hard HEAD
}

go version
which go
trap cleanup EXIT

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

if [[ "$1" = "-install" ]]; then
# Install the pinned versions as defined in module tools.
Expand Down

0 comments on commit cc49daf

Please sign in to comment.