From b4461b66caa7219a93c3c2ae010f004aabe7c712 Mon Sep 17 00:00:00 2001 From: teru Date: Wed, 13 Dec 2017 15:22:25 +0900 Subject: [PATCH] Updated go version: 1.9.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 21151e1..1e04c4f 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ build: .build-docker: docker run --rm -v $(DIR_PKG):/go/pkg -v $(PWD):/go/src/github.com/directorz/mailfull-go -w /go/src/github.com/directorz/mailfull-go \ - -e GOOS=$(GOOS) -e GOARCH=$(GOARCH) golang:1.8.3 \ + -e GOOS=$(GOOS) -e GOARCH=$(GOARCH) golang:1.9.2 \ go build -v -i -ldflags "-X main.gittag=$(GITTAG)" -o $(DIR_BUILD)/mailfull_$(GOOS)_$(GOARCH)/mailfull cmd/mailfull/*.go build-linux-amd64: