From 08a71de536a18e9a4343446603b84f49d02802e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=91=E7=9C=8B=E8=B0=81=E4=B8=8D=E5=8D=B7?= <39643887+lmb1113@users.noreply.github.com> Date: Sun, 24 Mar 2024 14:00:11 +0800 Subject: [PATCH] update go minimum version (#3285) * update go minimum version V2.7.1 Go 1.20 is now the minimum supported Go version. * Update go build min version * update go build min version --------- Co-authored-by: Lea Anthony --- v2/internal/goversion/min.go | 2 +- website/docs/gettingstarted/installation.mdx | 2 +- .../version-v2.8.0/gettingstarted/installation.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/v2/internal/goversion/min.go b/v2/internal/goversion/min.go index 17edc0c94..8c057b3c2 100644 --- a/v2/internal/goversion/min.go +++ b/v2/internal/goversion/min.go @@ -1,3 +1,3 @@ package goversion -const MinRequirement string = "1.18" +const MinRequirement string = "1.20" diff --git a/website/docs/gettingstarted/installation.mdx b/website/docs/gettingstarted/installation.mdx index 331ca5062..2a3fc76b0 100644 --- a/website/docs/gettingstarted/installation.mdx +++ b/website/docs/gettingstarted/installation.mdx @@ -15,7 +15,7 @@ sidebar_position: 1 Wails has a number of common dependencies that are required before installation: -- Go 1.18+ +- Go 1.20+ - NPM (Node 15+) ### Go diff --git a/website/versioned_docs/version-v2.8.0/gettingstarted/installation.mdx b/website/versioned_docs/version-v2.8.0/gettingstarted/installation.mdx index 331ca5062..2a3fc76b0 100644 --- a/website/versioned_docs/version-v2.8.0/gettingstarted/installation.mdx +++ b/website/versioned_docs/version-v2.8.0/gettingstarted/installation.mdx @@ -15,7 +15,7 @@ sidebar_position: 1 Wails has a number of common dependencies that are required before installation: -- Go 1.18+ +- Go 1.20+ - NPM (Node 15+) ### Go