diff --git a/internal/kokoro/vet.sh b/internal/kokoro/vet.sh index f4e33573..cb4fa7c9 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.22"* ]]; then +if [[ $KOKORO_JOB_NAME != *"latest-version"* ]]; then exit 0 fi