From bdae1d390fd5ec9775d3e28e2969d1720d2c0897 Mon Sep 17 00:00:00 2001 From: Benjamin Wang Date: Fri, 8 Sep 2023 16:31:21 +0100 Subject: [PATCH] dependency: bump golang to 1.20.8 Signed-off-by: Benjamin Wang --- .go-version | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.go-version b/.go-version index 8909929f6e7..95393fc7d4d 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.20.7 +1.20.8 diff --git a/Makefile b/Makefile index c881983f0d4..f4a4672a588 100644 --- a/Makefile +++ b/Makefile @@ -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)