diff options
Diffstat (limited to 'common.go')
| -rw-r--r-- | common.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -170,7 +170,6 @@ func (rr *RepoRow) MakeRedoMod() error { return err } -// very much a hack job func (rl *RepoList) MakeGoWork() error { goSrcDir := os.Getenv("REPO_WORK_PATH") filename := filepath.Join(goSrcDir, "go.work") @@ -181,7 +180,7 @@ func (rl *RepoList) MakeGoWork() error { } defer f.Close() - fmt.Fprintln(f, "go 1.21.4") // fix this + fmt.Fprintln(f, "go 1.20") // fix this fmt.Fprintln(f, "") fmt.Fprintln(f, "use (") |
