Skip to content

Commit ceac0bc

Browse files
authored
chore: update vet to run for 1.19 (#1648)
1 parent 45996f0 commit ceac0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/kokoro/vet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Fail on error, and display commands being run.
88
set -ex
99

10-
if [[ $(go version) != *"go1.18"* ]]; then
10+
if [[ $(go version) != *"go1.19"* ]]; then
1111
exit 0
1212
fi
1313

0 commit comments

Comments
 (0)