We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45996f0 commit ceac0bcCopy full SHA for ceac0bc
internal/kokoro/vet.sh
@@ -7,7 +7,7 @@
7
# Fail on error, and display commands being run.
8
set -ex
9
10
-if [[ $(go version) != *"go1.18"* ]]; then
+if [[ $(go version) != *"go1.19"* ]]; then
11
exit 0
12
fi
13
0 commit comments