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
documentation for installing is not clear at all. After spending an hour trying to install go following the instructions from documentation, I have discovered that there's a snap install which has the latest golang version:
Go version
1.22.4
Output of
go env
in your module/workspace:What did you do?
I use ansible scripts and everything worked until 1.22.4 released. I run installation script today for fresh machine.
What did you see happen?
Run:
go env
go: cannot find GOROOT directory: 'go' binary is trimmed and GOROOT is not set.
it is disaster with this environment variables. What I need to set to make it work?
What did you expect to see?
it just works
The text was updated successfully, but these errors were encountered: