From f76cf959b25e8a4553995aef0ed256fb9226ef22 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Thu, 19 Jul 2018 10:23:44 -0700 Subject: [PATCH] Makefile: remove Go 1.9.7 Signed-off-by: Gyuho Lee --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index f99ec9ca7..4a949c9b9 100644 --- a/Makefile +++ b/Makefile @@ -65,16 +65,13 @@ endif # Example: # GO_VERSION=1.8.7 make build-docker-test -# GO_VERSION=1.9.7 make build-docker-test # make build-docker-test # # gcloud docker -- login -u _json_key -p "$(cat /etc/gcp-key-etcd-development.json)" https://gcr.io # GO_VERSION=1.8.7 make push-docker-test -# GO_VERSION=1.9.7 make push-docker-test # make push-docker-test # # gsutil -m acl ch -u allUsers:R -r gs://artifacts.etcd-development.appspot.com -# GO_VERSION=1.9.7 make pull-docker-test # make pull-docker-test build-docker-test: