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:
Andrey Smirnov 2023-04-05 21:52:53 +04:00
parent 170f73899a
commit 4e4ace839c
No known key found for this signature in database
GPG Key ID: 7B26396447AB6DFD
5 changed files with 7 additions and 7 deletions

View File

@ -13,9 +13,9 @@ DOCKER_LOGIN_ENABLED ?= true
NAME = Talos
ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.4.0
PKGS ?= v1.4.0-1-gaadb943
EXTRAS ?= v1.4.0
TOOLS ?= ghcr.io/siderolabs/tools:v1.5.0-alpha.0
PKGS ?= v1.5.0-alpha.0-3-g174f8fc
EXTRAS ?= v1.5.0-alpha.0
# renovate: datasource=github-tags depName=golang/go
GO_VERSION ?= 1.20
# renovate: datasource=go depName=golang.org/x/tools

View File

@ -26,7 +26,7 @@ preface = """\
* CoreDNS: v1.10.1
* Flannel: v0.21.4
Talos is built with Go 1.20.2.
Talos is built with Go 1.20.3.
"""
[notes.kernel-modules]

View File

@ -765,7 +765,7 @@ const (
DBusClientSocketPath = "/run/dbus/system_bus_socket"
// 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 = "talos"

View File

@ -1 +1 @@
v1.4.0
v1.5.0-alpha.0

View File

@ -1 +1 @@
v1.4.0-1-gaadb943
v1.5.0-alpha.0-3-g174f8fc