Updated go to 1.19.7.

Mitigates CVE-2023-24532.

Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
James Blair
2023-03-08 22:33:13 +13:00
parent c602942246
commit f0aa228dbf
13 changed files with 13 additions and 13 deletions

View File

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