Merge pull request #16555 from ahrtr/3.5_golang_20230908

[3.5] dependency: bump golang to 1.20.8
This commit is contained in:
Benjamin Wang 2023-09-08 18:20:56 +01:00 committed by GitHub
commit c8d06bb99b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)