From: Kevin Lyda Date: Tue, 20 Oct 2015 13:15:53 +0000 (+0100) Subject: Switch to go version 1.5.1. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=abdac6e1cd7d43f5b562724ff8ce5ba239c866dd;p=blackbox_exporter.git Switch to go version 1.5.1. Now will match other prometheus projects. --- diff --git a/Makefile b/Makefile index 9efaff3..cfdf04e 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,6 @@ VERSION := 0.1.0 TARGET := blackbox_exporter -GOFLAGS := -ldflags "-X main.Version $(VERSION)" +GOFLAGS := -ldflags "-X main.Version=$(VERSION)" include Makefile.COMMON diff --git a/Makefile.COMMON b/Makefile.COMMON index 8133160..35ff309 100644 --- a/Makefile.COMMON +++ b/Makefile.COMMON @@ -48,7 +48,7 @@ ifeq ($(GOOS),darwin) RELEASE_SUFFIX ?= -osx$(shell sw_vers -productVersion) endif -GO_VERSION ?= 1.4.2 +GO_VERSION ?= 1.5.1 GOURL ?= https://golang.org/dl GOPKG ?= go$(GO_VERSION).$(GOOS)-$(GOARCH)$(RELEASE_SUFFIX).tar.gz GOPATH := $(CURDIR)/.build/gopath