From abdac6e1cd7d43f5b562724ff8ce5ba239c866dd Mon Sep 17 00:00:00 2001 From: Kevin Lyda Date: Tue, 20 Oct 2015 14:15:53 +0100 Subject: [PATCH] Switch to go version 1.5.1. Now will match other prometheus projects. --- Makefile | 2 +- Makefile.COMMON | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1