mirror of
https://github.com/siderolabs/talos.git
synced 2026-05-04 20:06:18 +02:00
chore: update Go to 1.23.4
Via pkgs/tools. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
parent
7d6507189f
commit
d0773ff09d
4
Makefile
4
Makefile
@ -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
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -1 +1 @@
|
||||
v1.9.0
|
||||
v1.10.0-alpha.0-3-g71003a3
|
||||
Loading…
x
Reference in New Issue
Block a user