From 7c919a4fdbf37a5857a692f8a287addf93cfa4c1 Mon Sep 17 00:00:00 2001 From: Christian Schlotter Date: Fri, 5 Apr 2024 09:40:56 +0200 Subject: [PATCH] go directive --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 860e3ad47af9..f1b480e480b3 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ SHELL:=/usr/bin/env bash # Go. # GO_VERSION ?= 1.22.2 -GO_DIRECTIVE_VERSION ?= 1.21 +GO_DIRECTIVE_VERSION ?= 1.22 GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION) # Use GOPROXY environment variable if set