Skip to content
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

go1.23 isn't a valid toolchain #206

Open
Firepup6500 opened this issue Jan 24, 2025 · 0 comments
Open

go1.23 isn't a valid toolchain #206

Firepup6500 opened this issue Jan 24, 2025 · 0 comments

Comments

@Firepup6500
Copy link

It should be 1.23.0, otherwise running make fails because go cannot find the toolchain it has been told to get.

Un-edited:

firepup650@firepi:~/projects/go/irc-slack/cmd/irc-slack $ go version
go: downloading go1.23 (linux/arm64)
go: download go1.23 for linux/arm64: toolchain not available
firepup650@firepi:~/projects/go/irc-slack/cmd/irc-slack $ 

Edited go.mod to specify 1.23.0:

firepup650@firepi:~/projects/go/irc-slack/cmd/irc-slack $ go version
go: downloading go1.23.0 (linux/arm64)
go version go1.23.0 linux/arm64
firepup650@firepi:~/projects/go/irc-slack/cmd/irc-slack $ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant