Backport centralising go version for actions workflows.

Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
James Blair
2023-05-04 14:13:39 +12:00
parent f4f5ac93ca
commit b91025abbb
8 changed files with 44 additions and 7 deletions

View File

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