From 74d9178732d38612d46f9bb40d7324359fbdd435 Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Tue, 17 Sep 2024 11:00:03 +0200 Subject: [PATCH] Bump to Go 1.22.7 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 02e613ed7e..ac05f2a212 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ SHELL:=/usr/bin/env bash # # Go. # -GO_VERSION ?= 1.22.5 +GO_VERSION ?= 1.22.7 GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION) GO_DIRECTIVE_VERSION ?= 1.22.0