From fd01256a5276156294fa0272ccfc0df525549aca Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Mon, 8 Aug 2022 14:48:14 -0600 Subject: [PATCH] chore: update vet to run for 1.19 (#876) --- 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 1dae5cbc0b7..ad8e0a261fd 100755 --- a/internal/kokoro/vet.sh +++ b/internal/kokoro/vet.sh @@ -6,7 +6,7 @@ set -eo # Display commands being run set -x -if [[ $(go version) != *"go1.17"* ]]; then +if [[ $(go version) != *"go1.19"* ]]; then exit 0 fi