From 811301ff1f1739688312439b75b9f61661453274 Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Thu, 4 Jul 2024 10:58:39 +0200 Subject: [PATCH] Bump to Go 1.22.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Büringer buringerst@vmware.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f296756add..4b07350999 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ SHELL:=/usr/bin/env bash # # Go. # -GO_VERSION ?= 1.22.4 +GO_VERSION ?= 1.22.5 GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION) # Use GOPROXY environment variable if set