Skip to content

Commit

Permalink
re-enable gocenter
Browse files Browse the repository at this point in the history
Signed-off-by: jdolitsky <[email protected]>
  • Loading branch information
jdolitsky committed Sep 13, 2020
1 parent 8e345df commit 0a1f539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
VERSION=0.12.0
REVISION := $(shell git rev-parse --short HEAD;)

# MOD_PROXY_URL ?= "https://gocenter.io"
MOD_PROXY_URL ?= https://gocenter.io

CM_LOADTESTING_HOST ?= http://localhost:8080

.PHONY: bootstrap
bootstrap: export GO111MODULE=on
bootstrap: export GOPROXY=$(MOD_PROXY_URL)
bootstrap:
@go mod download
@go mod download && go mod vendor

.PHONY: build
build: build-linux build-mac build-windows
Expand Down

0 comments on commit 0a1f539

Please sign in to comment.