mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Use https:// GOURL
This commit is contained in:
parent
75422f5306
commit
bd4d04f371
|
@ -40,7 +40,7 @@ unexport GOBIN
|
|||
|
||||
GOARCH = $(subst x86_64,amd64,$(ARCH))
|
||||
GOPKG ?= go$(GO_VERSION).$(GOOS)-$(GOARCH)$(RELEASE_SUFFIX).tar.gz
|
||||
GOURL ?= http://golang.org/dl
|
||||
GOURL ?= https://golang.org/dl
|
||||
GOROOT = $(BUILD_PATH)/root/go
|
||||
GOPATH = $(BUILD_PATH)/root/gopath
|
||||
GOCC = $(GOROOT)/bin/go
|
||||
|
|
Loading…
Reference in a new issue