one of the things I've gotten to like with Go is not having to build
new toolchains:
e.g., on this mac, I have go 1.23, but u-root/cpu requires 1.25. No problem.

% go install github.com/u-root/cpu/cmds/cpu@latest
go: github.com/u-root/[email protected] requires
go >= 1.24; switching to go1.25.10
% go version
go version go1.23.12 darwin/arm64


It needed the newer version, so it downloaded it for me. This also
worked for me on Plan 9, with newer versions, and for cross building.

------------------------------------------
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/T2da0aea1ca5286e8-Mbc537740c13b8dfaac764ff3
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Reply via email to