From 4e4ace839c0f558e7b00979fa4c64c32985aa3ce Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 5 Apr 2023 21:52:53 +0400 Subject: [PATCH] chore: update Go to 1.20.3 See https://go.dev/doc/devel/release#go1.20 Signed-off-by: Andrey Smirnov --- Makefile | 6 +++--- hack/release.toml | 2 +- pkg/machinery/constants/constants.go | 2 +- pkg/machinery/gendata/data/extras | 2 +- pkg/machinery/gendata/data/pkgs | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 4d46237c2..4aee8f518 100644 --- a/Makefile +++ b/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 diff --git a/hack/release.toml b/hack/release.toml index 05abff0fa..eb76df59f 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -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] diff --git a/pkg/machinery/constants/constants.go b/pkg/machinery/constants/constants.go index c8804e654..8b60a8479 100644 --- a/pkg/machinery/constants/constants.go +++ b/pkg/machinery/constants/constants.go @@ -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" diff --git a/pkg/machinery/gendata/data/extras b/pkg/machinery/gendata/data/extras index ec7b96782..429f8dee0 100644 --- a/pkg/machinery/gendata/data/extras +++ b/pkg/machinery/gendata/data/extras @@ -1 +1 @@ -v1.4.0 \ No newline at end of file +v1.5.0-alpha.0 \ No newline at end of file diff --git a/pkg/machinery/gendata/data/pkgs b/pkg/machinery/gendata/data/pkgs index 9023b5a85..51d81217d 100644 --- a/pkg/machinery/gendata/data/pkgs +++ b/pkg/machinery/gendata/data/pkgs @@ -1 +1 @@ -v1.4.0-1-gaadb943 \ No newline at end of file +v1.5.0-alpha.0-3-g174f8fc \ No newline at end of file