forked from mirror/client_golang
Use HTTPS for Go download.
This commit is contained in:
parent
2e52ab1271
commit
ecf2329b22
2
Makefile
2
Makefile
|
@ -34,7 +34,7 @@ unexport GOBIN
|
|||
|
||||
export GOARCH = $(subst x86_64,amd64,$(patsubst i%86,386,$(ARCH)))
|
||||
export GOPKG = go$(GO_VERSION).$(GOOS)-$(GOARCH)$(RELEASE_SUFFIX).tar.gz
|
||||
export GOURL = http://golang.org/dl
|
||||
export GOURL = https://golang.org/dl
|
||||
export GOROOT = $(BUILD_PATH)/root/go
|
||||
export GOPATH = $(BUILD_PATH)/root/gopath
|
||||
export GOCC = $(GOROOT)/bin/go
|
||||
|
|
Loading…
Reference in New Issue