Skip to content

Commit 7725869

Browse files
authored
Merge pull request #68 from thockin/update-versions
Update golang version to 1.9
2 parents a2a0bce + c90faae commit 7725869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ endif
5858
IMAGE := $(REGISTRY)/$(BIN)-$(ARCH)
5959
LEGACY_IMAGE := $(REGISTRY)/$(BIN)
6060

61-
BUILD_IMAGE ?= golang:1.7-alpine
61+
BUILD_IMAGE ?= golang:1.9-alpine
6262

6363
# If you want to build all binaries, see the 'all-build' rule.
6464
# If you want to build all containers, see the 'all-container' rule.

0 commit comments

Comments
 (0)