chore: update Go to 1.23.4

Via pkgs/tools.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
Andrey Smirnov 2024-12-05 14:47:47 +04:00
parent 7d6507189f
commit d0773ff09d
No known key found for this signature in database
GPG Key ID: FE042E3D4085A811
4 changed files with 5 additions and 5 deletions

View File

@ -17,12 +17,12 @@ 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.9.0
TOOLS ?= ghcr.io/siderolabs/tools:v1.10.0-alpha.0
DEBUG_TOOLS_SOURCE := scratch
PKGS_PREFIX ?= ghcr.io/siderolabs
PKGS ?= v1.9.0
PKGS ?= v1.10.0-alpha.0-3-g71003a3
EXTRAS ?= v1.9.0
KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest

View File

@ -25,7 +25,7 @@ preface = """
* runc: 1.2.1
* CoreDNS: 1.12.0
Talos is built with Go 1.23.3.
Talos is built with Go 1.23.4.
"""
[notes.cgroupsv1]

View File

@ -1095,7 +1095,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.3"
GoVersion = "go1.23.4"
// KubernetesTalosAPIServiceName is the name of the Kubernetes service to access Talos API.
KubernetesTalosAPIServiceName = "talos"

View File

@ -1 +1 @@
v1.9.0
v1.10.0-alpha.0-3-g71003a3