mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07: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:
@@ -1,3 +1,3 @@
|
||||
package goversion
|
||||
|
||||
const MinRequirement string = "1.18"
|
||||
const MinRequirement string = "1.20"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user