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:
parent
c1aed62405
commit
c126f2ee85
6
Makefile
6
Makefile
@ -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
|
||||
|
@ -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]
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
v1.1.0
|
||||
v1.2.0-alpha.0
|
@ -1 +1 @@
|
||||
v1.1.0-1-gdc21e30
|
||||
v1.2.0-alpha.0-1-g4d47830
|
Loading…
x
Reference in New Issue
Block a user