Skip to content

Commit 0723b38

Browse files
committed
feat: update to Go 1.24.4
Via tools/pkgs. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent d13039b commit 0723b38

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.kres.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ spec:
7979
- name: EXTENSIONS_IMAGE_REF
8080
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
8181
- name: PKGS
82-
defaultValue: v1.11.0-alpha.0-32-g79bfa9e
82+
defaultValue: v1.11.0-alpha.0-33-g9fbe2b4
8383
- name: PKGS_PREFIX
8484
defaultValue: ghcr.io/siderolabs
8585
- name: TOOLS
86-
defaultValue: v1.11.0-alpha.0-2-gaf3fd64
86+
defaultValue: v1.11.0-alpha.0-3-g1dfd14b
8787
- name: TOOLS_PREFIX
8888
defaultValue: ghcr.io/siderolabs
8989
useBldrPkgTagResolver: true

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-06-04T09:48:52Z by kres fc6afbe.
3+
# Generated on 2025-06-08T13:34:39Z by kres 5f6eb2a.
44

55
# common variables
66

@@ -50,9 +50,9 @@ COMMON_ARGS += --build-arg=TOOLS_PREFIX="$(TOOLS_PREFIX)"
5050
# extra variables
5151

5252
EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
53-
PKGS ?= v1.11.0-alpha.0-32-g79bfa9e
53+
PKGS ?= v1.11.0-alpha.0-33-g9fbe2b4
5454
PKGS_PREFIX ?= ghcr.io/siderolabs
55-
TOOLS ?= v1.11.0-alpha.0-2-gaf3fd64
55+
TOOLS ?= v1.11.0-alpha.0-3-g1dfd14b
5656
TOOLS_PREFIX ?= ghcr.io/siderolabs
5757

5858
# targets defines all the available targets

0 commit comments

Comments
 (0)