Update to golang-1.9
This commit is contained in:
parent
d76367d24b
commit
c90faaee2d
2
Makefile
2
Makefile
|
|
@ -58,7 +58,7 @@ endif
|
|||
IMAGE := $(REGISTRY)/$(BIN)-$(ARCH)
|
||||
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 containers, see the 'all-container' rule.
|
||||
|
|
|
|||
Loading…
Reference in New Issue