From 5089f4cc71de79f770940999b58a21d35f9c9a42 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Tue, 22 Apr 2025 10:42:58 +0200 Subject: [PATCH] Update Earthfile with new go version --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 4edfdcf..d792cb1 100644 --- a/Earthfile +++ b/Earthfile @@ -6,7 +6,7 @@ ARG BASE_IMAGE=quay.io/kairos/ubuntu:23.10-core-amd64-generic-$KAIROS_VERSION ARG OSBUILDER_IMAGE=quay.io/kairos/osbuilder-tools # renovate: datasource=docker depName=golang -ARG GO_VERSION=1.23-bookworm +ARG GO_VERSION=1.24-bookworm ARG LUET_VERSION=0.33.0 build-challenger: