mirror of
https://github.com/siderolabs/extensions.git
synced 2026-05-14 08:56:11 +02:00
feat: update Go to 1.26.3
Via tools/pkgs. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
parent
a2632a397d
commit
2d752ea37b
@ -100,11 +100,11 @@ spec:
|
||||
- name: EXTENSIONS_IMAGE_REF
|
||||
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
|
||||
- name: PKGS
|
||||
defaultValue: v1.14.0-alpha.0-35-gdfe8926
|
||||
defaultValue: v1.14.0-alpha.0-36-gc97bc24
|
||||
- name: PKGS_PREFIX
|
||||
defaultValue: ghcr.io/siderolabs
|
||||
- name: TOOLS
|
||||
defaultValue: v1.14.0-alpha.0-8-g618fd20
|
||||
defaultValue: v1.14.0-alpha.0-10-g808f34f
|
||||
- name: TOOLS_PREFIX
|
||||
defaultValue: ghcr.io/siderolabs
|
||||
- name: GO_TOOLS_RELEASE
|
||||
|
||||
6
Makefile
6
Makefile
@ -1,6 +1,6 @@
|
||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||
#
|
||||
# Generated on 2026-05-07T16:55:15Z by kres 1762ab2.
|
||||
# Generated on 2026-05-08T14:07:50Z by kres 1762ab2.
|
||||
|
||||
# common variables
|
||||
|
||||
@ -55,9 +55,9 @@ COMMON_ARGS += $(BUILD_ARGS)
|
||||
# extra variables
|
||||
|
||||
EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
|
||||
PKGS ?= v1.14.0-alpha.0-35-gdfe8926
|
||||
PKGS ?= v1.14.0-alpha.0-36-gc97bc24
|
||||
PKGS_PREFIX ?= ghcr.io/siderolabs
|
||||
TOOLS ?= v1.14.0-alpha.0-8-g618fd20
|
||||
TOOLS ?= v1.14.0-alpha.0-10-g808f34f
|
||||
TOOLS_PREFIX ?= ghcr.io/siderolabs
|
||||
GO_TOOLS_RELEASE ?= v0.3.1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user