diff options
| author | Jeff Carr <[email protected]> | 2024-12-15 08:48:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-15 08:48:06 -0600 |
| commit | 340872788e76776574be3ba292e1f7a43cc41a8f (patch) | |
| tree | 5343a95ed665f8459488c33de7d41475d720e4a2 /goWork.go | |
| parent | e796788e22797478add8b8c84951b203e9aa9e1e (diff) | |
clone() and misc other fixes and improvements
Diffstat (limited to 'goWork.go')
| -rw-r--r-- | goWork.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ func (f *Forge) MakeGoWork() error { } defer workf.Close() - fmt.Fprintln(workf, "go 1.20") // fix this + fmt.Fprintln(workf, "go 1.21") // fix this fmt.Fprintln(workf, "") fmt.Fprintln(workf, "use (") |
