Skip to content

Commit

Permalink
chore: update Go to 1.23.4
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 Dec 5, 2024
1 parent 7d65071 commit d0773ff
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,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
Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
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 @@ -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"
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.9.0
v1.10.0-alpha.0-3-g71003a3

0 comments on commit d0773ff

Please sign in to comment.