summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-15 16:55:17 -0600
committerJeff Carr <[email protected]>2024-01-15 16:55:17 -0600
commit9e8a40023cd86c69ec4e0ae0f23ce148793ea38e (patch)
tree6b3b7156c20f2ecee88b177bd7a9fa83e9f24498 /Makefile
parenta9329f794fa6792d52802e8c6ba91e708080013d (diff)
change to alex's local treev0.12.3
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6eff8c2..e0d7f3c 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,8 @@ all:
redomod:
rm -f go.*
- go mod init
- go mod tidy
+ GO111MODULE= go mod init
+ GO111MODULE= go mod tidy
github:
git push -u github master