1
0
mirror of https://github.com/directorz/mailfull-go.git synced 2025-12-17 17:47:04 +00:00

Updated go version: 1.9.2

This commit is contained in:
teru
2017-12-13 15:22:25 +09:00
parent afb8e4eaf4
commit b4461b66ca

View File

@@ -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: