From 2d752ea37bef986c41bc7fbf9231fb2fc2a325db Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Fri, 8 May 2026 18:07:55 +0400 Subject: [PATCH] feat: update Go to 1.26.3 Via tools/pkgs. Signed-off-by: Andrey Smirnov --- .kres.yaml | 4 ++-- Makefile | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.kres.yaml b/.kres.yaml index 2737a3d..1f985f2 100644 --- a/.kres.yaml +++ b/.kres.yaml @@ -100,11 +100,11 @@ spec: - name: EXTENSIONS_IMAGE_REF defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG) - name: PKGS - defaultValue: v1.14.0-alpha.0-35-gdfe8926 + defaultValue: v1.14.0-alpha.0-36-gc97bc24 - name: PKGS_PREFIX defaultValue: ghcr.io/siderolabs - name: TOOLS - defaultValue: v1.14.0-alpha.0-8-g618fd20 + defaultValue: v1.14.0-alpha.0-10-g808f34f - name: TOOLS_PREFIX defaultValue: ghcr.io/siderolabs - name: GO_TOOLS_RELEASE diff --git a/Makefile b/Makefile index 1fee0ba..c85d22e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2026-05-07T16:55:15Z by kres 1762ab2. +# Generated on 2026-05-08T14:07:50Z by kres 1762ab2. # common variables @@ -55,9 +55,9 @@ COMMON_ARGS += $(BUILD_ARGS) # extra variables EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG) -PKGS ?= v1.14.0-alpha.0-35-gdfe8926 +PKGS ?= v1.14.0-alpha.0-36-gc97bc24 PKGS_PREFIX ?= ghcr.io/siderolabs -TOOLS ?= v1.14.0-alpha.0-8-g618fd20 +TOOLS ?= v1.14.0-alpha.0-10-g808f34f TOOLS_PREFIX ?= ghcr.io/siderolabs GO_TOOLS_RELEASE ?= v0.3.1