go
go copied to clipboard
Update Ubuntu and Go version
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.