mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-11 15:41:11 +02:00
feat: update pkgs to 1.0 versions, Go 1.17.8
Fixes #5080 This updates all package dependencies to 1.0 versions. Add a GPL note to README. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
parent
dc8e9ed4a5
commit
0aa23cb327
6
Makefile
6
Makefile
@ -12,9 +12,9 @@ DOCKER_LOGIN_ENABLED ?= true
|
||||
NAME = Talos
|
||||
|
||||
ARTIFACTS := _out
|
||||
TOOLS ?= ghcr.io/talos-systems/tools:v0.10.0-alpha.0-5-g8197edb
|
||||
PKGS ?= v0.10.0-alpha.0-35-g325439e
|
||||
EXTRAS ?= v0.8.0-alpha.0-4-g9238bc7
|
||||
TOOLS ?= ghcr.io/talos-systems/tools:v1.0.0-1-g4c77d96
|
||||
PKGS ?= v1.0.0
|
||||
EXTRAS ?= v1.0.0
|
||||
GO_VERSION ?= 1.17
|
||||
GOFUMPT_VERSION ?= v0.1.1
|
||||
GOLANGCILINT_VERSION ?= v1.43.0
|
||||
|
@ -62,3 +62,9 @@ See [Contributing](CONTRIBUTING.md) for our guidelines.
|
||||
<a href="https://github.com/talos-systems/talos/blob/master/LICENSE">
|
||||
<img alt="GitHub" src="https://img.shields.io/github/license/talos-systems/talos?style=flat-square">
|
||||
</a>
|
||||
|
||||
Some software we distribute is under the General Public License family
|
||||
of licenses or other licenses that require we provide you with the
|
||||
source code.
|
||||
If you would like a copy of the source code for this
|
||||
software, please contact via email: info at SideroLabs.com.
|
||||
|
@ -73,7 +73,7 @@ Previously, the audit logs were sent to `kube-apiserver`'s `stdout`, along with
|
||||
* containerd: 1.6.1
|
||||
* runc: 1.1.0
|
||||
|
||||
Talos is built with Go 1.17.7
|
||||
Talos is built with Go 1.17.8
|
||||
"""
|
||||
|
||||
[notes.wipe]
|
||||
|
Loading…
x
Reference in New Issue
Block a user