Skip to content

Commit

Permalink
chore: update Go to 1.17.4
Browse files Browse the repository at this point in the history
This also pulls in RPi hw support.

Fixes #4491

See:

* siderolabs/tools#161
* siderolabs/pkgs#365
* siderolabs/pkgs#366
* siderolabs/extras#32

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Dec 6, 2021
1 parent d2fd7c2 commit 961d156
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 961d156

Please sign in to comment.