Backport update to golang 1.20 minor release.

Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
James Blair
2023-08-11 21:16:01 +12:00
parent 5d7c457873
commit 9c7c8c6b3f
14 changed files with 14 additions and 14 deletions

View File

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