From 69502b3c1f5585f8c58e8758c4b69f8e85535abe 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: Thu, 29 Feb 2024 16:18:22 +0800 Subject: [PATCH 1/3] update go minimum version V2.7.1 Go 1.20 is now the minimum supported Go version. --- .../version-v2.8.0/gettingstarted/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 331ca5062df..2a3fc76b0ce 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 From 2b409271b934566ab4764dd678abd5938ea26b2d 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: Fri, 1 Mar 2024 16:18:11 +0800 Subject: [PATCH 2/3] Update go build min version --- v2/internal/goversion/min.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/internal/goversion/min.go b/v2/internal/goversion/min.go index 17edc0c94f9..8c057b3c224 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" From 14e4fce559890244c0eea7e88f0949ed4aa1ac8e 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: Mon, 4 Mar 2024 14:03:23 +0800 Subject: [PATCH 3/3] update go build min version --- website/docs/gettingstarted/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/gettingstarted/installation.mdx b/website/docs/gettingstarted/installation.mdx index 331ca5062df..2a3fc76b0ce 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