summaryrefslogtreecommitdiff
path: root/goWork.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-15 08:48:06 -0600
committerJeff Carr <[email protected]>2024-12-15 08:48:06 -0600
commit340872788e76776574be3ba292e1f7a43cc41a8f (patch)
tree5343a95ed665f8459488c33de7d41475d720e4a2 /goWork.go
parente796788e22797478add8b8c84951b203e9aa9e1e (diff)
clone() and misc other fixes and improvements
Diffstat (limited to 'goWork.go')
-rw-r--r--goWork.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/goWork.go b/goWork.go
index afb09da..f8f75d8 100644
--- a/goWork.go
+++ b/goWork.go
@@ -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 (")