mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-03-05 21:00:12 -08:00
Use https:// GOURL
This commit is contained in:
parent
52b6911c52
commit
59f9faf416
2
Makefile
2
Makefile
|
@ -20,7 +20,7 @@ RELEASE_SUFFIX ?=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
GO_VERSION ?= 1.4.1
|
GO_VERSION ?= 1.4.1
|
||||||
GOURL ?= http://golang.org/dl
|
GOURL ?= https://golang.org/dl
|
||||||
GOPKG ?= go$(GO_VERSION).$(GOOS)-$(GOARCH)$(RELEASE_SUFFIX).tar.gz
|
GOPKG ?= go$(GO_VERSION).$(GOOS)-$(GOARCH)$(RELEASE_SUFFIX).tar.gz
|
||||||
GOROOT := $(CURDIR)/.deps/go
|
GOROOT := $(CURDIR)/.deps/go
|
||||||
GOPATH := $(CURDIR)/.deps/gopath
|
GOPATH := $(CURDIR)/.deps/gopath
|
||||||
|
|
Loading…
Reference in a new issue