I need Go 1.16 to build my project. Is there a way to upgrade you real to the most up-to-date system?
You could make a Nix Repl and use the go package which runs 1.16.6
Here's a quick video showing how to do that: https://www.youtube.com/watch?v=gItKAtedmq4
@SixBeeps What if you want Go 1.18 which isnt on Nix.
@PylotLight Go 1.18 is available on the go_1_18 derivation in the unstable stream.
You could make a Nix Repl and use the go package which runs 1.16.6
Here's a quick video showing how to do that: https://www.youtube.com/watch?v=gItKAtedmq4
@SixBeeps What if you want Go 1.18 which isnt on Nix.
@PylotLight Go 1.18 is available on the go_1_18 derivation in the unstable stream.