summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 21:50:27 -0600
committerJeff Carr <[email protected]>2024-11-29 21:50:27 -0600
commit76f593ae2950eb01d08422ae4dcf7267de3755a2 (patch)
tree081ed8834c62f6b4ebd1981337ecc844989f7501 /Makefile
parent7fc97cd1e9792ab487d30e97a0aa29c15b9c8f14 (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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 83ffed6..7ed5ff1 100644
--- a/Makefile
+++ b/Makefile
@@ -38,3 +38,4 @@ redomod:
goimports -w *.go
GO111MODULE= go mod init
GO111MODULE= go mod tidy
+ go mod edit -go=1.20