-
Notifications
You must be signed in to change notification settings - Fork 5
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
Remove go mod call on circleci #1392
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1392 +/- ##
=======================================
Coverage 51.26% 51.26%
=======================================
Files 44 44
Lines 2915 2915
Branches 11 11
=======================================
Hits 1494 1494
Misses 1421 1421 Continue to review full report at Codecov.
|
Graphite Merge Job Current status: A downstack pull request blocked this pull request from being merged. This comment was auto-generated by Graphite. Job Reference: CMJ76Nld0kihdwXeses7 |
2d27e90
to
729e23d
Compare
1b4515b
to
aeaa712
Compare
Graphite Merge Job Current status: ⛔ Merge stopped This pull request was previously queued to merge as part of a stack. It could not be merged because optional checks are failing. To continue, please 1) fix the tests and start a new merge or 2) manually merge past the failing tests. This comment was auto-generated by Graphite. Job Reference: LOq9Fql0WFYMm3bFv4tx |
Not sure what happened here but go mod keeps causing panic consistently since a few days ago. Don't have a good fix for now and its checked on GitHub Action for now anyway so temporarily removing it. (For longer term, we need to migrate the whole CircleCI config since its complaining about legacy stuff in the CI page.)