Skip to content

Commit e394e55

Browse files
authored
Merge pull request #204 from thockin/go-1.13
Bump Go to 1.13
2 parents 4905dc6 + 4f9273b commit e394e55

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
@@ -41,7 +41,7 @@ BASEIMAGE ?= k8s.gcr.io/debian-base:1.0.0
4141
IMAGE := $(REGISTRY)/$(BIN)
4242
TAG := $(VERSION)__$(OS)_$(ARCH)
4343

44-
BUILD_IMAGE ?= golang:1.12-alpine
44+
BUILD_IMAGE ?= golang:1.13-alpine
4545

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

0 commit comments

Comments
 (0)