diff --git a/README.md b/README.md index 3aafedb87d..8ef60d283e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ provides rich language support for the ## Requirements * Visual Studio Code 1.75 or newer (or editors compatible with VS Code 1.75+ APIs) -* Go 1.18 or newer +* Go 1.19 or newer. ## Quick Start @@ -19,7 +19,7 @@ Welcome! 👋🏻
Whether you are new to Go or an experienced Go developer, we hope this extension fits your needs and enhances your development experience. -1. Install [Go](https://go.dev) 1.18 or newer if you haven't already. +1. Install [Go](https://go.dev) 1.19 or newer if you haven't already. 1. Install the [VS Code Go extension]. diff --git a/extension/src/goEnvironmentStatus.ts b/extension/src/goEnvironmentStatus.ts index 48256a3fcc..9efd868fe1 100644 --- a/extension/src/goEnvironmentStatus.ts +++ b/extension/src/goEnvironmentStatus.ts @@ -227,7 +227,7 @@ async function downloadGo(goOption: GoEnvironmentOption): Promise { @@ -755,7 +755,7 @@ async function defaultInspectGoToolVersion( dep github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ= if the binary was built with a dev version of go, in module mode. - /Users/hakim/go/bin/gopls: devel go1.18-41f485b9a7 Mon Jan 31 13:43:52 2022 +0000 + /Users/hakim/go/bin/gopls: devel go1.21-41f485b9a7 Mon Jan 31 13:43:52 2022 +0000 path golang.org/x/tools/gopls mod golang.org/x/tools/gopls v0.8.0-pre.1 h1:6iHi9bCJ8XndQtBEFFG/DX+eTJrf2lKFv4GI3zLeDOo= ... @@ -800,7 +800,7 @@ export async function shouldUpdateTool(tool: Tool, toolPath: string): Promise