golang / vscode-go

Go extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=golang.Go
Other
3.78k stars 727 forks source link

all: require go 1.21+ for tools installation #3411

Open hyangah opened 1 month ago

hyangah commented 1 month ago

The upcoming gopls requires go1.21+ for installation. https://github.com/golang/go/issues/65917

Update the min version in the README and tools installation logic.

gopherbot commented 1 month ago

Change https://go.dev/cl/588757 mentions this issue: extension/src: require go1.19+ for tools installation

findleyr commented 3 weeks ago

Putting this in the v0.42.0 milestone. @hyangah please remilestone if that is incorrect.