Closed radist closed 6 days ago
same here
I encountered this issue running Ubuntu 22.04.4 LTS. I found is that the version of Go sourced by apt
was stuck at v1.18. I was able to clear out the version supplied by apt, and use sudo snap install go --classic
to install v1.22.5. After that, the go install
command worked as expected.
@radist - What is your Go version? I have 1.21.8 and it works fine.
Using the golang
package from Debian 12 I got the same error message when trying to install the migration-assistant.
Installing go 1.23 manually according to offical docs works however: https://go.dev/doc/install
This has been open for a while without any response. Will go ahead and close it. Please let me know if you are still facing issues.