From ceac0bcec1ca8982942f20fb5b339035308296a5 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Mon, 8 Aug 2022 16:35:25 -0600 Subject: [PATCH] chore: update vet to run for 1.19 (#1648) --- internal/kokoro/vet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/kokoro/vet.sh b/internal/kokoro/vet.sh index 5dd77c6b9aa..3fd7f754da8 100755 --- a/internal/kokoro/vet.sh +++ b/internal/kokoro/vet.sh @@ -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