Upgrade build image to golang 1.9 (#17)
parent
cf8254ea6f
commit
7de82d326e
2
Makefile
2
Makefile
|
@ -54,7 +54,7 @@ endif
|
||||||
|
|
||||||
IMAGE := $(REGISTRY)/$(BIN)-$(ARCH)
|
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 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.
|
||||||
|
|
Loading…
Reference in New Issue