Switch to go version 1.5.1.
authorKevin Lyda <kevin@ie.suberic.net>
Tue, 20 Oct 2015 13:15:53 +0000 (14:15 +0100)
committerKevin Lyda <kevin@ie.suberic.net>
Tue, 20 Oct 2015 13:15:53 +0000 (14:15 +0100)
Now will match other prometheus projects.

Makefile
Makefile.COMMON

index 9efaff3905f936badcb1601c55b57e60c5b35e13..cfdf04e6424aa258fd46d28b32f9c3e6f5ca358f 100644 (file)
--- 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
index 81331606f8b6edf4d3de47a7229266106f515fed..35ff309eadcaa73b5dc289b5fa754172ec1aed26 100644 (file)
@@ -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