Skip to content

Commit 93de725

Browse files
committed
Makefile: bump up default Go version to 1.14.3
Signed-off-by: Gyuho Lee <[email protected]>
1 parent 2c7670f commit 93de725

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ docker-remove:
4949

5050

5151

52-
GO_VERSION ?= 1.14.2
52+
GO_VERSION ?= 1.14.3
5353
ETCD_VERSION ?= $(shell git rev-parse --short HEAD || echo "GitNotFound")
5454

5555
TEST_SUFFIX = $(shell date +%s | base64 | head -c 15)
@@ -63,11 +63,11 @@ endif
6363

6464

6565
# Example:
66-
# GO_VERSION=1.14.2 make build-docker-test
66+
# GO_VERSION=1.14.3 make build-docker-test
6767
# make build-docker-test
6868
#
6969
# 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
70+
# GO_VERSION=1.14.3 make push-docker-test
7171
# make push-docker-test
7272
#
7373
# gsutil -m acl ch -u allUsers:R -r gs://artifacts.etcd-development.appspot.com

0 commit comments

Comments
 (0)