attempt 3

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-02-01 22:02:10 -06:00
parent 65a36fea46
commit 4c2739186c
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ func globalTestingOptions(box *gui.Node) {
func attemptAutoRebuild() {
os.Setenv("GO111MODULE", "off")
version := "v0.19.0"
version := "v0.19.1"
homeDir := me.userHomePwd.String()
quickCmd(homeDir, []string{"mkdir", "-p", "go/src/go.wit.com/apps/"})