5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 04:59:38 +08:00

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 <lea.anthony@gmail.com>
This commit is contained in:
我看谁不卷 2024-03-24 14:00:11 +08:00 committed by GitHub
parent bc69b39ccd
commit 08a71de536
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
package goversion package goversion
const MinRequirement string = "1.18" const MinRequirement string = "1.20"

View File

@ -15,7 +15,7 @@ sidebar_position: 1
Wails has a number of common dependencies that are required before installation: Wails has a number of common dependencies that are required before installation:
- Go 1.18+ - Go 1.20+
- NPM (Node 15+) - NPM (Node 15+)
### Go ### Go

View File

@ -15,7 +15,7 @@ sidebar_position: 1
Wails has a number of common dependencies that are required before installation: Wails has a number of common dependencies that are required before installation:
- Go 1.18+ - Go 1.20+
- NPM (Node 15+) - NPM (Node 15+)
### Go ### Go