Skip to content

Commit 04753ba

Browse files
committed
feat: update go to 1.25.2
See https://groups.google.com/g/golang-nuts/c/Gxn25BP4MXk/m/3KrM-XBOBAAJ Signed-off-by: Noel Georgi <git@frezbo.dev>
1 parent 9a42b05 commit 04753ba

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
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-12-g2c56d7a
28+
TOOLS ?= v1.12.0-alpha.0-13-g11f0337
2929
PKGS_PREFIX ?= ghcr.io/siderolabs
30-
PKGS ?= v1.12.0-alpha.0-34-gddfd7af
30+
PKGS ?= v1.12.0-alpha.0-35-g1e3d375
3131
GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232
GENERATE_VEX ?= latest
3333

pkg/machinery/constants/constants.go

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

11201120
// GoVersion is the version of Go compiler this release was built with.
1121-
GoVersion = "go1.25.1"
1121+
GoVersion = "go1.25.2"
11221122

11231123
// KubernetesTalosAPIServiceName is the name of the Kubernetes service to access Talos API.
11241124
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-34-gddfd7af
1+
v1.12.0-alpha.0-35-g1e3d375

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-12-g2c56d7a
1+
v1.12.0-alpha.0-13-g11f0337
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)