Skip to content

Commit 76bda81

Browse files
committed
bump go to 1.11
1 parent 40e188f commit 76bda81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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.10-alpine
61+
BUILD_IMAGE ?= golang:1.11-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)