mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-08 22:21:16 +02:00
chore: update Go to 1.20.3
See https://go.dev/doc/devel/release#go1.20 Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
parent
170f73899a
commit
4e4ace839c
6
Makefile
6
Makefile
@ -13,9 +13,9 @@ DOCKER_LOGIN_ENABLED ?= true
|
|||||||
NAME = Talos
|
NAME = Talos
|
||||||
|
|
||||||
ARTIFACTS := _out
|
ARTIFACTS := _out
|
||||||
TOOLS ?= ghcr.io/siderolabs/tools:v1.4.0
|
TOOLS ?= ghcr.io/siderolabs/tools:v1.5.0-alpha.0
|
||||||
PKGS ?= v1.4.0-1-gaadb943
|
PKGS ?= v1.5.0-alpha.0-3-g174f8fc
|
||||||
EXTRAS ?= v1.4.0
|
EXTRAS ?= v1.5.0-alpha.0
|
||||||
# renovate: datasource=github-tags depName=golang/go
|
# renovate: datasource=github-tags depName=golang/go
|
||||||
GO_VERSION ?= 1.20
|
GO_VERSION ?= 1.20
|
||||||
# renovate: datasource=go depName=golang.org/x/tools
|
# renovate: datasource=go depName=golang.org/x/tools
|
||||||
|
@ -26,7 +26,7 @@ preface = """\
|
|||||||
* CoreDNS: v1.10.1
|
* CoreDNS: v1.10.1
|
||||||
* Flannel: v0.21.4
|
* Flannel: v0.21.4
|
||||||
|
|
||||||
Talos is built with Go 1.20.2.
|
Talos is built with Go 1.20.3.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[notes.kernel-modules]
|
[notes.kernel-modules]
|
||||||
|
@ -765,7 +765,7 @@ const (
|
|||||||
DBusClientSocketPath = "/run/dbus/system_bus_socket"
|
DBusClientSocketPath = "/run/dbus/system_bus_socket"
|
||||||
|
|
||||||
// GoVersion is the version of Go compiler this release was built with.
|
// GoVersion is the version of Go compiler this release was built with.
|
||||||
GoVersion = "go1.20.2"
|
GoVersion = "go1.20.3"
|
||||||
|
|
||||||
// KubernetesTalosAPIServiceName is the name of the Kubernetes service to access Talos API.
|
// KubernetesTalosAPIServiceName is the name of the Kubernetes service to access Talos API.
|
||||||
KubernetesTalosAPIServiceName = "talos"
|
KubernetesTalosAPIServiceName = "talos"
|
||||||
|
@ -1 +1 @@
|
|||||||
v1.4.0
|
v1.5.0-alpha.0
|
@ -1 +1 @@
|
|||||||
v1.4.0-1-gaadb943
|
v1.5.0-alpha.0-3-g174f8fc
|
Loading…
x
Reference in New Issue
Block a user