summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-11 19:23:28 -0600
committerJeff Carr <[email protected]>2024-01-11 19:23:28 -0600
commit69ad3b12ac3f44703ae8a6c8a771af56f902252b (patch)
treee0557ad61ed9cf72e096a8e5623972d472511b3e /Makefile
parent3b258d0ce0e20ffedf8804409a16abbe84f1d383 (diff)
go modv0.10.2
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 74e5243..fa541fc 100644
--- a/Makefile
+++ b/Makefile
@@ -82,8 +82,8 @@ github:
redomod:
rm -f go.*
- go mod init
- go mod tidy
+ GO111MODULE= go mod init
+ GO111MODULE= go mod tidy
doc:
godoc -v