-
Notifications
You must be signed in to change notification settings - Fork 126
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
Update AvalancheGo dep to include latest + ACP-118 #1961
base: main
Are you sure you want to change the base?
Changes from 3 commits
d7f5bed
3a1d261
8548fa1
b8807f8
283ba89
edb82f7
d9c0f19
4ef20a3
401e742
7d10b2d
5a82f8b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ linters: | |
- dupword | ||
- errcheck | ||
- errorlint | ||
- exportloopref | ||
- copyloopvar | ||
- forbidigo | ||
- gci | ||
- goconst | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module github.com/ava-labs/hypersdk/examples/morpheusvm | ||
|
||
go 1.22.9 | ||
go 1.23.6 | ||
|
||
toolchain go1.22.12 | ||
toolchain go1.23.7 | ||
|
||
require ( | ||
github.com/ava-labs/avalanchego v1.12.3-warp-verify6.0.20250209190418-217ef3979ea7 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Shouldn't this be the same version as the top-level There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, guess it's not enforced by updating the AvalancheGo dep, but we should align them. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah I thought you were referring to the golang toolchain version, this was indeed the fix. Nice catch 🙏 |
||
|
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.
Changed as of go1.23