-
Notifications
You must be signed in to change notification settings - Fork 353
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
Problem: latest v0.44 SDK is not used #643
Conversation
Solution: bumped SDK + upgraded Go to 1.17
/runsim |
Simulation tests started and triggered by |
@@ -26,6 +26,103 @@ require ( | |||
|
|||
) | |||
|
|||
require ( |
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.
this is generated when I ran go mod tidy
https://golang.org/doc/go1.17
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.
For the go command to correctly resolve transitive imports using the pruned module graph, the go.mod file for each module needs to include more detail about the transitive dependencies relevant to that module. If a module specifies go 1.17 or higher in its go.mod file, its go.mod file now contains an explicit require directive for every module that provides a transitively-imported package. (In previous versions, the go.mod file typically only included explicit requirements for directly-imported packages.)
Codecov Report
@@ Coverage Diff @@
## master #643 +/- ##
===========================================
+ Coverage 9.77% 22.32% +12.55%
===========================================
Files 36 70 +34
Lines 5721 8131 +2410
===========================================
+ Hits 559 1815 +1256
- Misses 5072 5776 +704
- Partials 90 540 +450
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
for the dependency stuff: #618 |
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
✅ |
Problem: latest v0.44 SDK is not used (crypto-org-chain#643) Solution: bumped SDK + upgraded Go to 1.17 * mark offline signing test to be temporarily ignored Problem: golang-cross 1.17 is not yet on dockerhub (crypto-org-chain#645) Solution: revert back to 1.16
Solution: bumped SDK + upgraded Go to 1.17