From a1538741a71a9a6ef2674add509faa492bdf981f 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..e029f5f52631 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.0 GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION) # Use GOPROXY environment variable if set