-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: use go 1.17.x in verify-examples github action #7088
fix: use go 1.17.x in verify-examples github action #7088
Conversation
Codecov Report
@@ Coverage Diff @@
## main #7088 +/- ##
==========================================
- Coverage 70.48% 68.66% -1.83%
==========================================
Files 515 558 +43
Lines 23150 26080 +2930
==========================================
+ Hits 16317 17907 +1590
- Misses 5776 6942 +1166
- Partials 1057 1231 +174
Continue to review full report at Codecov.
|
5e5cbdb
to
2bfd1e8
Compare
kokoro job failed due to timeout. Retriggering. |
@tejal29 I think this has been happening consistently on all PRs I've seen. I'll open an issue for this |
Merging this as kokoro failure is unrelated |
Description
This PR uses the setup-go action to make sure we are using go v1.17.x in our job that verifies changes to skaffold's examples.