summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-14 15:20:39 -0600
committerJeff Carr <[email protected]>2024-01-14 15:20:39 -0600
commitbf1e08632bdca33b9a2d3ea20776cc60ba36e99c (patch)
treeed5c1c919e097c4c1156c7b54ae1f8cded67f8df /Makefile
parentc070af1d9605fddb44d8028b1c9ec7a2786d8f1d (diff)
update go modv0.3.4
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 f7a3b33..83afa97 100644
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,8 @@ all:
redomod:
rm -f go.*
- go mod init
- go mod tidy
+ GO111MODULE= go mod init
+ GO111MODULE= go mod tidy
github:
git push origin master