diff options
| author | Jeff Carr <[email protected]> | 2024-02-01 22:02:10 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-01 22:02:10 -0600 |
| commit | 4c2739186cc0bb129de2f05099bbe9e4c28d2c4b (patch) | |
| tree | ba2b691ca72eca2a1d3a6d80ca067a6b77101458 | |
| parent | 65a36fea4622cd7dd2ce09e7c5824f327c8ed898 (diff) | |
attempt 3
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | globalResetOptions.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globalResetOptions.go b/globalResetOptions.go index 6d81ef5..4c7b626 100644 --- a/globalResetOptions.go +++ b/globalResetOptions.go @@ -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/"}) |
