chore: update Go to 1.17.5

See:

* https://github.com/talos-systems/tools/pull/163
* https://github.com/talos-systems/pkgs/pull/370
* https://github.com/talos-systems/extras/pull/34

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
Andrey Smirnov 2021-12-09 23:42:31 +03:00
parent 97ffa7a645
commit 2dd0b5b68a
No known key found for this signature in database
GPG Key ID: 7B26396447AB6DFD
2 changed files with 4 additions and 4 deletions

View File

@ -12,9 +12,9 @@ DOCKER_LOGIN_ENABLED ?= true
NAME = Talos
ARTIFACTS := _out
TOOLS ?= ghcr.io/talos-systems/tools:v0.9.0
PKGS ?= v0.9.0
EXTRAS ?= v0.7.0
TOOLS ?= ghcr.io/talos-systems/tools:v0.10.0-alpha.0
PKGS ?= v0.10.0-alpha.0
EXTRAS ?= v0.8.0-alpha.0
GO_VERSION ?= 1.17
GOFUMPT_VERSION ?= v0.1.1
GOLANGCILINT_VERSION ?= v1.43.0

View File

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