We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7670f commit 93de725Copy full SHA for 93de725
Makefile
@@ -49,7 +49,7 @@ docker-remove:
49
50
51
52
-GO_VERSION ?= 1.14.2
+GO_VERSION ?= 1.14.3
53
ETCD_VERSION ?= $(shell git rev-parse --short HEAD || echo "GitNotFound")
54
55
TEST_SUFFIX = $(shell date +%s | base64 | head -c 15)
@@ -63,11 +63,11 @@ endif
63
64
65
# Example:
66
-# GO_VERSION=1.14.2 make build-docker-test
+# GO_VERSION=1.14.3 make build-docker-test
67
# make build-docker-test
68
#
69
# gcloud docker -- login -u _json_key -p "$(cat /etc/gcp-key-etcd-development.json)" https://gcr.io
70
-# GO_VERSION=1.14.2 make push-docker-test
+# GO_VERSION=1.14.3 make push-docker-test
71
# make push-docker-test
72
73
# gsutil -m acl ch -u allUsers:R -r gs://artifacts.etcd-development.appspot.com
0 commit comments