Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit ee89268

Browse files
authored
Merge pull request #214 from dlipovetsky/go-116
Makefile: Update go version from 1.12 to 1.16
2 parents 4703d50 + f32ca82 commit ee89268

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
@@ -23,7 +23,7 @@ BIN := etcdadm
2323
PACKAGE_GOPATH := /go/src/sigs.k8s.io/$(BIN)
2424
LDFLAGS := $(shell source ./version.sh ; KUBE_ROOT=. ; KUBE_GIT_VERSION=${VERSION_OVERRIDE} ; kube::version::ldflags)
2525
GIT_STORAGE_MOUNT := $(shell source ./git_utils.sh; container_git_storage_mount)
26-
GO_IMAGE ?= golang:1.12
26+
GO_IMAGE ?= golang:1.16
2727

2828
.PHONY: clean container-build default ensure diagrams $(BIN)
2929

0 commit comments

Comments
 (0)