bump go to 1.11

This commit is contained in:
Tim Hockin 2018-11-09 10:19:50 -08:00
parent 40e188fb26
commit 76bda81e0f
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ endif
IMAGE := $(REGISTRY)/$(BIN)-$(ARCH)
LEGACY_IMAGE := $(REGISTRY)/$(BIN)
BUILD_IMAGE ?= golang:1.10-alpine
BUILD_IMAGE ?= golang:1.11-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.