Skip to content

Commit

Permalink
chore: update Go to 1.23.5
Browse files Browse the repository at this point in the history
Via pkgs/tools.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Jan 20, 2025
1 parent 399d53b commit 921e102
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/gendata/data/pkgs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.10.0-alpha.0-25-g72f19a2
v1.10.0-alpha.0-26-gcfb4b0a

0 comments on commit 921e102

Please sign in to comment.