We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make build
Hello,
The command make build didn't work for me with the error:
go: download go1.22 for linux/amd64: toolchain not available make: *** [Makefile:28: build] Error 1
I patched the error with updating go 1.22 -> go 1.22.0 into go.mod.
go 1.22
go 1.22.0
go.mod
I think a PR for this is not required. but just for the next update you can update it.
Maybe there are other solutions but this worked for me.
The text was updated successfully, but these errors were encountered:
golang/go#61455
Sorry, something went wrong.
No branches or pull requests
Hello,
The command
make build
didn't work for me with the error:I patched the error with updating
go 1.22
->go 1.22.0
intogo.mod
.I think a PR for this is not required. but just for the next update you can update it.
Maybe there are other solutions but this worked for me.
The text was updated successfully, but these errors were encountered: