mirror of
https://github.com/siderolabs/talos.git
synced 2025-11-02 01:11:11 +01:00
feat: update Go to 1.18.4, Linux to 5.15.54
See https://github.com/golang/go/issues?q=milestone%3AGo1.18.4+label%3ACherryPickApproved Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
parent
641f6a1e4e
commit
ec74ab38aa
6
Makefile
6
Makefile
@ -13,9 +13,9 @@ DOCKER_LOGIN_ENABLED ?= true
|
||||
NAME = Talos
|
||||
|
||||
ARTIFACTS := _out
|
||||
TOOLS ?= ghcr.io/siderolabs/tools:v1.2.0-alpha.0
|
||||
PKGS ?= v1.2.0-alpha.0-20-g247f567
|
||||
EXTRAS ?= v1.2.0-alpha.0
|
||||
TOOLS ?= ghcr.io/siderolabs/tools:v1.2.0-alpha.0-4-g0d669dd
|
||||
PKGS ?= v1.2.0-alpha.0-22-gb943a9d
|
||||
EXTRAS ?= v1.2.0-alpha.0-1-g17a319f
|
||||
GO_VERSION ?= 1.18
|
||||
GOIMPORTS_VERSION ?= v0.1.10
|
||||
GOFUMPT_VERSION ?= v0.3.0
|
||||
|
||||
@ -52,7 +52,9 @@ vlan=eth1.5:eth1 ip=172.20.0.2::172.20.0.1:255.255.255.0::eth1.5:::::
|
||||
[notes.updates]
|
||||
title = "Component Updates"
|
||||
description="""\
|
||||
* Linux: 5.15.53
|
||||
* Linux: 5.15.54
|
||||
|
||||
Talos is built with Go 1.18.4.
|
||||
"""
|
||||
|
||||
[notes.talos-config-kernel-param-variable-substitution]
|
||||
|
||||
@ -13,7 +13,7 @@ import (
|
||||
|
||||
const (
|
||||
// DefaultKernelVersion is the default Linux kernel version.
|
||||
DefaultKernelVersion = "5.15.53-talos"
|
||||
DefaultKernelVersion = "5.15.54-talos"
|
||||
|
||||
// KernelParamConfig is the kernel parameter name for specifying the URL.
|
||||
// to the config.
|
||||
@ -668,7 +668,7 @@ const (
|
||||
DBusClientSocketPath = "/run/dbus/system_bus_socket"
|
||||
|
||||
// GoVersion is the version of Go compiler this release was built with.
|
||||
GoVersion = "go1.18.3"
|
||||
GoVersion = "go1.18.4"
|
||||
)
|
||||
|
||||
// See https://linux.die.net/man/3/klogctl
|
||||
|
||||
@ -1 +1 @@
|
||||
v1.2.0-alpha.0
|
||||
v1.2.0-alpha.0-1-g17a319f
|
||||
@ -1 +1 @@
|
||||
v1.2.0-alpha.0-20-g247f567
|
||||
v1.2.0-alpha.0-22-gb943a9d
|
||||
Loading…
x
Reference in New Issue
Block a user