Skip to content

tools: use go install to install tools with go1.18 #1825

Closed
@hyangah

Description

@hyangah

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions