Skip to content

Commit

Permalink
chore: update Go to 1.22.2
Browse files Browse the repository at this point in the history
Via pkgs.

Signed-off-by: Andrey Smirnov <[email protected]>
smira committed Apr 4, 2024

Verified

This commit was signed with the committer’s verified signature.
smira Andrey Smirnov
1 parent eb36dc5 commit f1e64c2
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kres.yaml
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ spec:
- name: EXTENSIONS_IMAGE_REF
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
- name: PKGS
defaultValue: v1.7.0-1-gd57b0ad
defaultValue: v1.7.0-2-g6101299
- name: PKGS_PREFIX
defaultValue: ghcr.io/siderolabs
useBldrPkgTagResolver: true
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-04-03T11:18:15Z by kres latest.
# Generated on 2024-04-04T11:27:33Z by kres latest.

# common variables

@@ -51,7 +51,7 @@ COMMON_ARGS += --build-arg=PKGS_PREFIX="$(PKGS_PREFIX)"
# extra variables

EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
PKGS ?= v1.7.0-1-gd57b0ad
PKGS ?= v1.7.0-2-g6101299
PKGS_PREFIX ?= ghcr.io/siderolabs

# targets defines all the available targets

0 comments on commit f1e64c2

Please sign in to comment.