-
Notifications
You must be signed in to change notification settings - Fork 70
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
Failure on Go v1.24 #105
Comments
Btw, while we wait for the PR to be merged, do you know how to get What I would expect (The AI doesn't seem to know either) |
Go cannot fetch the fork commit it seems, and if I point it to gabe565's fork then go.mod module name is wrong. If the PR doesn't land by Monday or shortly after I'll fork to modify go.mod on top of the change. Maybe a better option exists.
|
Thanks for the reply @dsseng , I bumped into the exact same issues, and thought I was doing something wrong. For the time being, I checked out the 1.23.6 version of Go, did a |
You could replace the dependency by adding this to
Then running Just be aware that this will prevent |
I forked and fixed up go.mod on top of @gabe565's branch, so |
@dsseng I also did that on my main branch, so you can run |
1.5.11 just released with this change. Thank you @gabe565! |
+1 thank you @gabe565 and @samiam2013 for the release! |
Go back to upstream releases after dmarkham/enumer#105 has been fixed Signed-off-by: Dmitrii Sharshakov <dmitry.sharshakov@siderolabs.com>
As of Go v1.24, enumer fails with import errors like:
These errors look similar to #55, so I suspect the
golang.org/x/tools
version needs to be updated.The text was updated successfully, but these errors were encountered: