codespaces-examples / go

Go (Golang) Codespaces Template Repo
MIT License
63 stars 38 forks source link

Update Ubuntu and Go version #4

Open Powerisinschool opened 2 years ago

Powerisinschool commented 2 years ago

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.