Skip to content

Commit

Permalink
chore: bump tools/pkgs/extra to final released versions
Browse files Browse the repository at this point in the history
In preparation for beta release, use final released versions.

There should be no actual package updates, just bumped versions.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Dec 6, 2021
1 parent d225cf9 commit b4b3e21
Showing 1 changed file with 3 additions and 3 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-7-gcc8426b
PKGS ?= v0.9.0-alpha.0-26-g4112eed
EXTRAS ?= v0.7.0-alpha.0-3-gd5ffdd8
TOOLS ?= ghcr.io/talos-systems/tools:v0.9.0
PKGS ?= v0.9.0
EXTRAS ?= v0.7.0
GO_VERSION ?= 1.17
GOFUMPT_VERSION ?= v0.1.1
GOLANGCILINT_VERSION ?= v1.43.0
Expand Down

0 comments on commit b4b3e21

Please sign in to comment.