Closed
Description
Tools used by vscode-go are installed using go get
- with Go 1.18, go get
won't build or install binaries.
See golang/go#43684 for details.
This extension and containers that set up environments for this extension need to be updated prior to Go 1.18 release.
- Update
installTool
to change the installation method based on users' Go version. CL 355974 - Update github workflows
- Update kokoro builder workflow