-
Notifications
You must be signed in to change notification settings - Fork 352
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
GO version 1.23 not available #1568
Comments
Yeah, looks like you'd have to set I'm not a go person, but I wonder, do we have to use the versioned |
@Fgruntjes, could you give #1570 a try and report back if it works for you? You can use this command to test out the changes: devenv inputs add devenv 'github:cachix/devenv/fix-go-builder-override?dir=src/modules' |
@sandydoo thank you for your quick response! However I am getting a new error:
|
I guess those packages are not yet updated to work with 1.23? So the only solution would be to set |
Could be, perhaps it's an idea to add the option to skip installing the extra packages, or create a way to define the package like with go pkg. |
Describe the bug
Currently there is no way to get GO 1.23 to work.
To reproduce
Use the following devenv yaml / nix:
Then just
devenv shell
:Version
Not using flakes, version:
devenv 1.3.1 (aarch64-darwin)
The text was updated successfully, but these errors were encountered: