mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 23:51:44 +08:00

- Update out of sync go.mod with minimum go version - Check for minimum go version during build with build constraint “internal/goversion/build_constraint.go:9:2: MinGoVersionRequired (constant "You need Go 1.18 or newer to compile this program" of type string) is not used”
4 lines
56 B
Go
4 lines
56 B
Go
package goversion
|
|
|
|
const MinRequirement string = "1.18"
|