Skip to content

Commit

Permalink
chore: update vet to run for 1.19 (#1648)
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzmo committed Aug 8, 2022
1 parent 45996f0 commit ceac0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/kokoro/vet.sh
Expand Up @@ -7,7 +7,7 @@
# Fail on error, and display commands being run.
set -ex

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

Expand Down

0 comments on commit ceac0bc

Please sign in to comment.