go icon indicating copy to clipboard operation
go copied to clipboard

Update Ubuntu and Go version

Open Powerisinschool opened this issue 3 years ago • 1 comments

Powerisinschool avatar Jul 06 '22 08:07 Powerisinschool

go get is deprecated outside a module. Use go install instead, specifying the version number. Having this running as the last command causes the build to fail. I've commented out all the "go get" commands in setup.sh as I don't see the extensions mandatory. Feel free to update them to go install from go get.

Powerisinschool avatar Jul 06 '22 08:07 Powerisinschool