From 921e10254d443c459a9775368ca080ecba273321 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Mon, 20 Jan 2025 14:19:24 +0400 Subject: [PATCH] chore: update Go to 1.23.5 Via pkgs/tools. Signed-off-by: Andrey Smirnov --- Makefile | 4 ++-- hack/release.toml | 2 +- pkg/machinery/constants/constants.go | 2 +- pkg/machinery/gendata/data/pkgs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 6666ebf3d7..e8b6d59da9 100644 --- a/Makefile +++ b/Makefile @@ -17,13 +17,13 @@ ZSTD_COMPRESSION_LEVEL ?= 18 CI_RELEASE_TAG := $(shell git log --oneline --format=%B -n 1 HEAD^2 -- 2>/dev/null | head -n 1 | sed -r "/^release\(.*\)/ s/^release\((.*)\):.*$$/\\1/; t; Q") ARTIFACTS := _out -TOOLS ?= ghcr.io/siderolabs/tools:v1.10.0-alpha.0-3-g0393558 +TOOLS ?= ghcr.io/siderolabs/tools:v1.10.0-alpha.0-6-gbc30a2a DEBUG_TOOLS_SOURCE := scratch EMBED_TARGET ?= embed PKGS_PREFIX ?= ghcr.io/siderolabs -PKGS ?= v1.10.0-alpha.0-25-g72f19a2 +PKGS ?= v1.10.0-alpha.0-26-gcfb4b0a EXTRAS ?= v1.9.0 KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest diff --git a/hack/release.toml b/hack/release.toml index a38b444845..d6f27a9eed 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -23,7 +23,7 @@ preface = """ * runc: 1.2.4 * containerd: 2.0.2 -Talos is built with Go 1.23.4. +Talos is built with Go 1.23.5. """ [notes.driver-rebind] diff --git a/pkg/machinery/constants/constants.go b/pkg/machinery/constants/constants.go index e2cc5cddae..77f8307480 100644 --- a/pkg/machinery/constants/constants.go +++ b/pkg/machinery/constants/constants.go @@ -1100,7 +1100,7 @@ const ( DBusClientSocketLabel = "system_u:object_r:dbus_client_socket_t:s0" // GoVersion is the version of Go compiler this release was built with. - GoVersion = "go1.23.4" + GoVersion = "go1.23.5" // KubernetesTalosAPIServiceName is the name of the Kubernetes service to access Talos API. KubernetesTalosAPIServiceName = "talos" diff --git a/pkg/machinery/gendata/data/pkgs b/pkg/machinery/gendata/data/pkgs index 0ad60dec46..a03316d6c3 100644 --- a/pkg/machinery/gendata/data/pkgs +++ b/pkg/machinery/gendata/data/pkgs @@ -1 +1 @@ -v1.10.0-alpha.0-25-g72f19a2 \ No newline at end of file +v1.10.0-alpha.0-26-gcfb4b0a \ No newline at end of file