Merge pull request #68 from thockin/update-versions

Update golang version to 1.9
This commit is contained in:
Tim Hockin 2017-09-15 10:31:04 -07:00 committed by GitHub
commit 7725869e26
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ endif
IMAGE := $(REGISTRY)/$(BIN)-$(ARCH) IMAGE := $(REGISTRY)/$(BIN)-$(ARCH)
LEGACY_IMAGE := $(REGISTRY)/$(BIN) LEGACY_IMAGE := $(REGISTRY)/$(BIN)
BUILD_IMAGE ?= golang:1.7-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 binaries, see the 'all-build' rule.
# If you want to build all containers, see the 'all-container' rule. # If you want to build all containers, see the 'all-container' rule.