Skip to content

Commit

Permalink
Use https:// GOURL
Browse files Browse the repository at this point in the history
  • Loading branch information
fabxc committed Jan 31, 2015
1 parent 75422f5 commit bd4d04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.INCLUDE
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd4d04f

Please sign in to comment.