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
|
||||
|
||||
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
|
||||
|
@ -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]
|
||||
|
@ -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"
|
||||
|
@ -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…
Reference in New Issue
Block a user