Skip to content

Commit

Permalink
chore: update CI script to run on 1.18 (#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Apr 20, 2022
1 parent 4145f3d commit 12c0cb2
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.17"* ]]; then
if [[ $(go version) != *"go1.18"* ]]; then
exit 0
fi

Expand Down

0 comments on commit 12c0cb2

Please sign in to comment.