summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormattjmcnaughton <mattjmcnaughton@gmail.com>2019-02-06 15:14:44 -0500
committermattjmcnaughton <mattjmcnaughton@gmail.com>2019-02-06 15:14:44 -0500
commite705dfb53465eb930baf9d722deaa65dec6c8ba4 (patch)
tree5afd28f69d97f62847dfae66c7862950f1bcbae1 /Makefile
parentcadd7bee53170d20b9db4a8a29192db0879fcd81 (diff)
Use go 1.11 for Dockerized Makefile targets
Previously, we used the Go 1.9 image for our dockerized targets in the Makefile. The k8s project mandates Go 1.11 for k8s 1.13+ (https://github.com/kubernetes/community/blob/master/contributors/devel/development.md), so there's no reason not to use Go 1.11 here. I've verified all existing dockerized targets still work with go 1.11.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1f390beb..e8808fba 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-IMAGE_NAME=golang:1.9
+IMAGE_NAME=golang:1.11
default: \
generate \