chore: update Go to 1.17.4

This also pulls in RPi hw support.

Fixes #4491

See:

* https://github.com/talos-systems/tools/pull/161
* https://github.com/talos-systems/pkgs/pull/365
* https://github.com/talos-systems/pkgs/pull/366
* https://github.com/talos-systems/extras/pull/32

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
Andrey Smirnov 2021-12-03 22:27:06 +03:00
parent d2fd7c2170
commit 961d1567d9
No known key found for this signature in database
GPG Key ID: 7B26396447AB6DFD
3 changed files with 6 additions and 6 deletions

View File

@ -12,9 +12,9 @@ DOCKER_LOGIN_ENABLED ?= true
NAME = Talos
ARTIFACTS := _out
TOOLS ?= ghcr.io/talos-systems/tools:v0.9.0-alpha.0-5-g96e0231
PKGS ?= v0.9.0-alpha.0-23-g4b55a29
EXTRAS ?= v0.7.0-alpha.0-2-g50fc401
TOOLS ?= ghcr.io/talos-systems/tools:v0.9.0-alpha.0-7-gcc8426b
PKGS ?= v0.9.0-alpha.0-25-g49f3c17
EXTRAS ?= v0.7.0-alpha.0-3-gd5ffdd8
GO_VERSION ?= 1.17
GOFUMPT_VERSION ?= v0.1.1
GOLANGCILINT_VERSION ?= v1.43.0

View File

@ -27,8 +27,8 @@ function release-notes {
size=$(stat -c%s "${1}")
if (( size > 25000 )); then
echo "Release notes size exceeds GitHub limit of 25000 bytes"
if (( size > 50000 )); then
echo "Release notes size exceeds GitHub limit of 50000 bytes"
exit 1
fi
}

View File

@ -54,7 +54,7 @@ see `.machine.logging` machine configuration option.
* CoreDNS: 1.8.6
* Flannel (default CNI): 0.15.1
Talos is built with Go 1.17.3
Talos is built with Go 1.17.4
"""
[notes.caps]