commit | 07d3651281581147a4bdeff2bcbf731e15bb394f | [log] [tgz] |
---|---|---|
author | Chris Smith <chrisdsmith@google.com> | Thu Feb 16 11:33:12 2023 -0700 |
committer | GitHub <noreply@github.com> | Thu Feb 16 11:33:12 2023 -0700 |
tree | 451aa0048f3d28cc473a228676be3a54e61a2a2c | |
parent | 895105a40de858f4803460982c7092f132b47a89 [diff] |
update vet.sh to go runtime version 1.20 refs: google-cloud-go#7422
diff --git a/internal/kokoro/vet.sh b/internal/kokoro/vet.sh index dd5c45c..15b9f2e 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.19"* ]]; then +if [[ $(go version) != *"go1.20"* ]]; then exit 0 fi