Update Makefile

This commit is contained in:
Ettore Di Giacinto 2024-06-24 16:01:00 +02:00 committed by GitHub
parent 939f66a11b
commit 0e36dbe10a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,10 +48,10 @@ clean:
deps: deps:
go env go env
# Installing dependencies... # Installing dependencies...
GO111MODULE=off go get golang.org/x/lint/golint go get golang.org/x/lint/golint
GO111MODULE=off go get github.com/mitchellh/gox go get github.com/mitchellh/gox
GO111MODULE=off go get github.com/onsi/ginkgo/ginkgo go get github.com/onsi/ginkgo/ginkgo
GO111MODULE=off go get github.com/onsi/gomega/... go get github.com/onsi/gomega/...
.PHONY: build .PHONY: build
build: build: