Skip to content

Commit

Permalink
Makefile: Update go-build to v0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdee committed Jul 19, 2018
1 parent 0ab5782 commit 82e1910
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 @@ -41,7 +41,7 @@ endif
# Determine which OS.
OS?=$(shell uname -s | tr A-Z a-z)
###############################################################################
GO_BUILD_VER?=v0.16
GO_BUILD_VER?=v0.17

K8S_VERSION?=v1.10.4
HYPERKUBE_IMAGE?=gcr.io/google_containers/hyperkube-$(ARCH):$(K8S_VERSION)
Expand Down

0 comments on commit 82e1910

Please sign in to comment.