chore: bump golang to 1.18.3

Bump Golang to 1.18.3

Ref:
  - https://github.com/siderolabs/pkgs/pull/498
  - https://github.com/siderolabs/extras/pull/51

Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
Noel Georgi 2022-06-03 19:07:17 +05:30
parent c1aed62405
commit c126f2ee85
No known key found for this signature in database
GPG Key ID: B1F736354201D483
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.1.0
PKGS ?= v1.1.0-1-gdc21e30
EXTRAS ?= v1.1.0
TOOLS ?= ghcr.io/siderolabs/tools:v1.2.0-alpha.0
PKGS ?= v1.2.0-alpha.0-1-g4d47830
EXTRAS ?= v1.2.0-alpha.0
GO_VERSION ?= 1.18
GOIMPORTS_VERSION ?= v0.1.10
GOFUMPT_VERSION ?= v0.3.0

View File

@ -31,7 +31,7 @@ Talos now enables the Raspberry Pi PoE fan control by pulling in the poe overlay
* runc: 1.1.2
* CoreDNS: v1.9.3
Talos is built with Go 1.18.2
Talos is built with Go 1.18.3
"""
[notes.eudev]

View File

@ -665,7 +665,7 @@ const (
DBusClientSocketPath = "/run/dbus/system_bus_socket"
// GoVersion is the version of Go compiler this release was built with.
GoVersion = "go1.18.2"
GoVersion = "go1.18.3"
)
// See https://linux.die.net/man/3/klogctl

View File

@ -1 +1 @@
v1.1.0
v1.2.0-alpha.0

View File

@ -1 +1 @@
v1.1.0-1-gdc21e30
v1.2.0-alpha.0-1-g4d47830