From 5414fd8f8e1cfc580953d6f8c18df856782272ef Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Wed, 2 Aug 2023 16:49:56 +0200 Subject: [PATCH] Bump to Go 1.20.7 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec98aa9b03..a4bba35cdb 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ SHELL:=/usr/bin/env bash # # Go. # -GO_VERSION ?= 1.20.6 +GO_VERSION ?= 1.20.7 GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION) # Use GOPROXY environment variable if set