Update Go to 1.14.2

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-04-13 14:19:52 -04:00
parent e87ddedc73
commit d1de9051e8
5 changed files with 6 additions and 5 deletions

View file

@ -13,6 +13,7 @@ docker-build:
--build-arg K8S_RELEASE=v1.17.0 \
--build-arg ETCD_VERSION=v3.3.18 \
--build-arg KIND_VERSION=v0.7.0 \
--build-arg GOLANG_VERSION=1.14.2 \
-t $(IMAGE):$(TAG) .
docker-push: