From 0e36dbe10a4aa8f4290f23a691fa63db25aac309 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 24 Jun 2024 16:01:00 +0200 Subject: [PATCH] Update Makefile --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 7e43aa2e..759edbf0 100644 --- a/Makefile +++ b/Makefile @@ -48,10 +48,10 @@ clean: deps: go env # Installing dependencies... - GO111MODULE=off go get golang.org/x/lint/golint - GO111MODULE=off go get github.com/mitchellh/gox - GO111MODULE=off go get github.com/onsi/ginkgo/ginkgo - GO111MODULE=off go get github.com/onsi/gomega/... + go get golang.org/x/lint/golint + go get github.com/mitchellh/gox + go get github.com/onsi/ginkgo/ginkgo + go get github.com/onsi/gomega/... .PHONY: build build: