From 18caee366cf5668c8577e8a6d065fe2b0fd7583b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 08:25:32 +0200 Subject: [PATCH] chore(deps): update docker.io/techknowlogick/xgo docker tag to go-1.23.x (#4388) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 43e87b2b9..5f0609fe5 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ CGO_ENABLED ?= 1 # only used to compile server HAS_GO = $(shell hash go > /dev/null 2>&1 && echo "GO" || echo "NOGO" ) ifeq ($(HAS_GO),GO) # renovate: datasource=docker depName=docker.io/techknowlogick/xgo - XGO_VERSION ?= go-1.22.x + XGO_VERSION ?= go-1.23.x CGO_CFLAGS ?= $(shell go env CGO_CFLAGS) endif CGO_CFLAGS ?=