bump go version to 1.17.13

Signed-off-by: Benjamin Wang <wachao@vmware.com>
This commit is contained in:
Benjamin Wang
2022-12-19 13:23:16 +08:00
parent 3337f35f17
commit 69ee8a83ab
19 changed files with 21 additions and 21 deletions

View File

@@ -55,7 +55,7 @@ docker-remove:
GO_VERSION ?= 1.16.15
GO_VERSION ?= 1.17.13
ETCD_VERSION ?= $(shell git rev-parse --short HEAD || echo "GitNotFound")
TEST_SUFFIX = $(shell date +%s | base64 | head -c 15)