Skip to content

Commit

Permalink
chore: updates for Go 1.22 (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss authored Feb 27, 2024
1 parent b0ce06b commit 9b9be74
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.20"* ]]; then
if [[ $(go version) != *"go1.22"* ]]; then
exit 0
fi

Expand Down

0 comments on commit 9b9be74

Please sign in to comment.