diff --git a/testing/kokoro/system_tests.sh b/testing/kokoro/system_tests.sh index b4fed18be9..e694d74b9d 100755 --- a/testing/kokoro/system_tests.sh +++ b/testing/kokoro/system_tests.sh @@ -203,7 +203,7 @@ goVersionShouldSkip() { return 1 fi - go list -f "{{context.ReleaseTags}}" | grep -q -v "go$modVersion\b" + go list -f "{{context.ReleaseTags}}" ./... | grep -q -v "go$modVersion\b" } if [[ $RUN_ALL_TESTS = "1" ]]; then