Skip to content

Commit

Permalink
chore: update Go to 1.17.5
Browse files Browse the repository at this point in the history
See:

* siderolabs/tools#163
* siderolabs/pkgs#370
* siderolabs/extras#34

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

0 comments on commit 2dd0b5b

Please sign in to comment.