summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-14 13:22:44 -0600
committerJeff Carr <[email protected]>2024-01-14 13:22:44 -0600
commit7a2860d04dfc66309fe9d4c9bb6915a8a3ff2a58 (patch)
tree8da7e46358024c7ea6b0058ce3d47e9c5fcd277e /Makefile
parentd9115cc29adeac39159587bf72b16e9349154997 (diff)
more go mod testingv0.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 85e980f..bfb1c64 100644
--- a/Makefile
+++ b/Makefile
@@ -13,8 +13,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