Upgrade build image to golang 1.9 (#17)

master
Mohit Soni 2017-08-29 09:54:50 -07:00 committed by Tim Hockin
parent cf8254ea6f
commit 7de82d326e
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ endif
IMAGE := $(REGISTRY)/$(BIN)-$(ARCH)
BUILD_IMAGE ?= golang:1.8-alpine
BUILD_IMAGE ?= golang:1.9-alpine
# If you want to build all binaries, see the 'all-build' rule.
# If you want to build all containers, see the 'all-container' rule.