From 9b9be74e99128c1f6a2a138e6edcd3f3c6660702 Mon Sep 17 00:00:00 2001 From: Cody Oss <6331106+codyoss@users.noreply.github.com> Date: Tue, 27 Feb 2024 15:44:54 -0600 Subject: [PATCH] chore: updates for Go 1.22 (#1090) --- 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 07cefe930..da460428c 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.20"* ]]; then +if [[ $(go version) != *"go1.22"* ]]; then exit 0 fi