Skip to content

Commit

Permalink
invoke go vet command correctly (#2984)
Browse files Browse the repository at this point in the history
Co-authored-by: @onkarvhanumante
  • Loading branch information
onkarvhanumante authored Jul 28, 2023
1 parent 24584d3 commit a3c1a74
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ if [ "$RACE" -ne "0" ]; then
fi

if $VET; then
COMMAND="go vet"
echo "Running: $COMMAND"
`$COMMAND`
echo "Running go vet check"
go vet -composites=false ./...
fi

0 comments on commit a3c1a74

Please sign in to comment.