dependency: bump golang to 1.20.8

Signed-off-by: Benjamin Wang <wachao@vmware.com>
This commit is contained in:
Benjamin Wang 2023-09-08 16:31:21 +01:00
parent 630401e074
commit bdae1d390f
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.20.7
1.20.8

View File

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