Skip to content

Commit 4d876d9

Browse files
committed
feat: update Go to 1.25.1
Pull new tools/pkgs. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 2b556cd commit 4d876d9

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ DEBUG_TOOLS_SOURCE := scratch
2525
EMBED_TARGET ?= embed
2626

2727
TOOLS_PREFIX ?= ghcr.io/siderolabs/tools
28-
TOOLS ?= v1.12.0-alpha.0-5-g7c659e9
28+
TOOLS ?= v1.12.0-alpha.0-6-gc37ac80
2929
PKGS_PREFIX ?= ghcr.io/siderolabs
30-
PKGS ?= v1.12.0-alpha.0-19-g7d6ef1b
30+
PKGS ?= v1.12.0-alpha.0-20-gab1e866
3131
GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232
GENERATE_VEX ?= latest
3333

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ LVM2: 2_03_34
2525
systemd-udevd: 257.8
2626
runc: 1.3.1
2727
28-
Talos is built with Go 1.25.0.
28+
Talos is built with Go 1.25.1.
2929
"""
3030

3131
[notes.luks2]

pkg/machinery/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ const (
11121112
DBusClientSocketLabel = "system_u:object_r:dbus_client_socket_t:s0"
11131113

11141114
// GoVersion is the version of Go compiler this release was built with.
1115-
GoVersion = "go1.25.0"
1115+
GoVersion = "go1.25.1"
11161116

11171117
// KubernetesTalosAPIServiceName is the name of the Kubernetes service to access Talos API.
11181118
KubernetesTalosAPIServiceName = "talos"

pkg/machinery/gendata/data/pkgs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.12.0-alpha.0-19-g7d6ef1b
1+
v1.12.0-alpha.0-20-gab1e866

pkg/machinery/gendata/data/tools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.12.0-alpha.0-5-g7c659e9
1+
v1.12.0-alpha.0-6-gc37ac80

0 commit comments

Comments
 (0)