Skip to content

Commit

Permalink
chore: update vet to run for 1.19 (googleapis#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzmo authored Aug 8, 2022
1 parent bf34ca4 commit fd01256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/kokoro/vet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -eo
# Display commands being run
set -x

if [[ $(go version) != *"go1.17"* ]]; then
if [[ $(go version) != *"go1.19"* ]]; then
exit 0
fi

Expand Down

0 comments on commit fd01256

Please sign in to comment.