Skip to content

Commit

Permalink
Makefile: Update go version from 1.12 to 1.16
Browse files Browse the repository at this point in the history
Version 1.12 is no longer supported.
  • Loading branch information
dlipovetsky committed Apr 29, 2021
1 parent 4703d50 commit f32ca82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ BIN := etcdadm
PACKAGE_GOPATH := /go/src/sigs.k8s.io/$(BIN)
LDFLAGS := $(shell source ./version.sh ; KUBE_ROOT=. ; KUBE_GIT_VERSION=${VERSION_OVERRIDE} ; kube::version::ldflags)
GIT_STORAGE_MOUNT := $(shell source ./git_utils.sh; container_git_storage_mount)
GO_IMAGE ?= golang:1.12
GO_IMAGE ?= golang:1.16

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

Expand Down

0 comments on commit f32ca82

Please sign in to comment.