diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 21:49:57 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 21:49:57 -0600 |
| commit | fbab336c0334a34ca3b700462062eea174eda7d4 (patch) | |
| tree | 435a667a48d1b9b7e83f9bcaa3e83f9f141359d6 | |
| parent | bff6eb093e9b78fa730d8af46d1ef8012571d60c (diff) | |
golang 1.20 is old enough most macs should workv0.6.4
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ redomod: rm -f go.* GO111MODULE= go mod init GO111MODULE= go mod tidy + go mod edit -go=1.20 reset: # clear your terminal |
