Skip to content

Commit

Permalink
chore: make vet script less error prone (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss authored Feb 27, 2024
1 parent 1a3546b commit 84a83ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/kokoro/vet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 84a83ad

Please sign in to comment.