From c1061603157fea43c49960b5e7200b42684cdcb9 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Mon, 8 Aug 2022 12:47:38 -0600 Subject: [PATCH] chore: update vet to run for 1.19 --- 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