-
Notifications
You must be signed in to change notification settings - Fork 272
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 dockerfile to pass builds #700
fix dockerfile to pass builds #700
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #700 +/- ##
=======================================
Coverage 66.27% 66.27%
=======================================
Files 22 22
Lines 2150 2150
=======================================
Hits 1425 1425
Misses 591 591
Partials 134 134 ☔ View full report in Codecov by Sentry. |
d497cac
to
1e1a801
Compare
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
1e1a801
to
17e85b7
Compare
I was also hitting the following error when running the
Installing the |
@aburan28 why the version upgrade |
@chengfang reverted the change for miracl conflate. likely related to a unintended previous change when attemping updating go to 1.22 |
Just fyi, the lint CI failures (not related to this PR) will need to be fixed (see issue #706 ) to meet the merge requirements. I'll look into it. |
@aburan28 Can you rebase, squash, and add DCO (currently failing)? The lint error has been fixed earlier. |
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Josiah Ilesanmi <[email protected]>
Signed-off-by: Fluder-Paradyne <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
Signed-off-by: Adam Buran <[email protected]>
14ccbab
to
b229f1b
Compare
@chengfang updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
* updates to dockerfile Signed-off-by: Adam Buran <[email protected]> * update go to 1.21 Signed-off-by: Adam Buran <[email protected]> * update go to 1.21 Signed-off-by: Adam Buran <[email protected]> * update go to 1.21 Signed-off-by: Adam Buran <[email protected]> * update go to 1.21 Signed-off-by: Adam Buran <[email protected]> * lets go to 1.22 Signed-off-by: Adam Buran <[email protected]> * update golangci-lint version Signed-off-by: Adam Buran <[email protected]> * lets go to 1.20 Signed-off-by: Adam Buran <[email protected]> * lets go to 1.20 Signed-off-by: Adam Buran <[email protected]> * revert miracl conflate change w signoff Signed-off-by: Adam Buran <[email protected]> * Update go.sum with signoff Signed-off-by: Adam Buran <[email protected]> * Update go.sum with signoff Signed-off-by: Adam Buran <[email protected]> * revert miracl conflate version change Signed-off-by: Adam Buran <[email protected]> * fix configurations of golangci-lint Signed-off-by: Josiah Ilesanmi <[email protected]> * fix path Signed-off-by: Fluder-Paradyne <[email protected]> * add signoff Signed-off-by: Adam Buran <[email protected]> * vscode overwrites Signed-off-by: Adam Buran <[email protected]> * vscode overwrites Signed-off-by: Adam Buran <[email protected]> * vscode overwrites Signed-off-by: Adam Buran <[email protected]> * vscode overwrites pt3 Signed-off-by: Adam Buran <[email protected]> --------- Signed-off-by: Adam Buran <[email protected]> Signed-off-by: Josiah Ilesanmi <[email protected]> Signed-off-by: Fluder-Paradyne <[email protected]> Co-authored-by: Josiah Ilesanmi <[email protected]> Co-authored-by: Fluder-Paradyne <[email protected]>
* updates to dockerfile Signed-off-by: Adam Buran <[email protected]> * update go to 1.21 Signed-off-by: Adam Buran <[email protected]> * update go to 1.21 Signed-off-by: Adam Buran <[email protected]> * update go to 1.21 Signed-off-by: Adam Buran <[email protected]> * update go to 1.21 Signed-off-by: Adam Buran <[email protected]> * lets go to 1.22 Signed-off-by: Adam Buran <[email protected]> * update golangci-lint version Signed-off-by: Adam Buran <[email protected]> * lets go to 1.20 Signed-off-by: Adam Buran <[email protected]> * lets go to 1.20 Signed-off-by: Adam Buran <[email protected]> * revert miracl conflate change w signoff Signed-off-by: Adam Buran <[email protected]> * Update go.sum with signoff Signed-off-by: Adam Buran <[email protected]> * Update go.sum with signoff Signed-off-by: Adam Buran <[email protected]> * revert miracl conflate version change Signed-off-by: Adam Buran <[email protected]> * fix configurations of golangci-lint Signed-off-by: Josiah Ilesanmi <[email protected]> * fix path Signed-off-by: Fluder-Paradyne <[email protected]> * add signoff Signed-off-by: Adam Buran <[email protected]> * vscode overwrites Signed-off-by: Adam Buran <[email protected]> * vscode overwrites Signed-off-by: Adam Buran <[email protected]> * vscode overwrites Signed-off-by: Adam Buran <[email protected]> * vscode overwrites pt3 Signed-off-by: Adam Buran <[email protected]> --------- Signed-off-by: Adam Buran <[email protected]> Signed-off-by: Josiah Ilesanmi <[email protected]> Signed-off-by: Fluder-Paradyne <[email protected]> Co-authored-by: Josiah Ilesanmi <[email protected]> Co-authored-by: Fluder-Paradyne <[email protected]>
* updates to dockerfile Signed-off-by: Adam Buran <[email protected]> * update go to 1.21 Signed-off-by: Adam Buran <[email protected]> * update go to 1.21 Signed-off-by: Adam Buran <[email protected]> * update go to 1.21 Signed-off-by: Adam Buran <[email protected]> * update go to 1.21 Signed-off-by: Adam Buran <[email protected]> * lets go to 1.22 Signed-off-by: Adam Buran <[email protected]> * update golangci-lint version Signed-off-by: Adam Buran <[email protected]> * lets go to 1.20 Signed-off-by: Adam Buran <[email protected]> * lets go to 1.20 Signed-off-by: Adam Buran <[email protected]> * revert miracl conflate change w signoff Signed-off-by: Adam Buran <[email protected]> * Update go.sum with signoff Signed-off-by: Adam Buran <[email protected]> * Update go.sum with signoff Signed-off-by: Adam Buran <[email protected]> * revert miracl conflate version change Signed-off-by: Adam Buran <[email protected]> * fix configurations of golangci-lint Signed-off-by: Josiah Ilesanmi <[email protected]> * fix path Signed-off-by: Fluder-Paradyne <[email protected]> * add signoff Signed-off-by: Adam Buran <[email protected]> * vscode overwrites Signed-off-by: Adam Buran <[email protected]> * vscode overwrites Signed-off-by: Adam Buran <[email protected]> * vscode overwrites Signed-off-by: Adam Buran <[email protected]> * vscode overwrites pt3 Signed-off-by: Adam Buran <[email protected]> --------- Signed-off-by: Adam Buran <[email protected]> Signed-off-by: Josiah Ilesanmi <[email protected]> Signed-off-by: Fluder-Paradyne <[email protected]> Co-authored-by: Josiah Ilesanmi <[email protected]> Co-authored-by: Fluder-Paradyne <[email protected]>
No description provided.