You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 $
The text was updated successfully, but these errors were encountered:
It should be 1.23.0, otherwise running
make
fails becausego
cannot find the toolchain it has been told to get.Un-edited:
Edited
go.mod
to specify1.23.0
:The text was updated successfully, but these errors were encountered: