diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 21:50:27 -0600 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 21:50:27 -0600 | 
| commit | 76f593ae2950eb01d08422ae4dcf7267de3755a2 (patch) | |
| tree | 081ed8834c62f6b4ebd1981337ecc844989f7501 | |
| parent | 7fc97cd1e9792ab487d30e97a0aa29c15b9c8f14 (diff) | |
go1.20 is new enough, but old enough to try building on a macv0.21.9v0.21.8v0.21.7v0.21.6v0.21.5v0.21.10
| -rw-r--r-- | Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -38,3 +38,4 @@ redomod:  	goimports -w *.go  	GO111MODULE= go mod init  	GO111MODULE= go mod tidy +	go mod edit -go=1.20  | 
