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