mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 04:11:05 +08:00

* 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>
4 lines
56 B
Go
4 lines
56 B
Go
package goversion
|
|
|
|
const MinRequirement string = "1.20"
|