From 5ae13f0bd73f381b92496f3c60352a0ce549663a Mon Sep 17 00:00:00 2001 From: Pablo Carranza Date: Sat, 15 Feb 2025 16:07:18 +0000 Subject: [PATCH] Update xgo version to 1.24 (#651) Co-authored-by: techknowlogick Reviewed-on: https://gitea.com/gitea/act_runner/pulls/651 Co-authored-by: Pablo Carranza Co-committed-by: Pablo Carranza --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e8b758..74b71e8 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ GO ?= go SHASUM ?= shasum -a 256 HAS_GO = $(shell hash $(GO) > /dev/null 2>&1 && echo "GO" || echo "NOGO" ) XGO_PACKAGE ?= src.techknowlogick.com/xgo@latest -XGO_VERSION := go-1.18.x +XGO_VERSION := go-1.24.x GXZ_PAGAGE ?= github.com/ulikunitz/xz/cmd/gxz@v0.5.10 LINUX_ARCHS ?= linux/amd64,linux/arm64