Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
Pull in new Go 1.24.1, update pkgs/tools.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Mar 5, 2025
1 parent b28f3e1 commit 7b3627c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
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-12-18T18:42:14Z by kres fcff05e.
# Generated on 2025-03-05T16:36:46Z by kres e2c7efe.

name: default
concurrency:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
labels: ${{ steps.retrieve-pr-labels.outputs.result }}
services:
buildkitd:
image: moby/buildkit:v0.18.2
image: moby/buildkit:v0.20.0
options: --privileged
ports:
- 1234:1234
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
- default
services:
buildkitd:
image: moby/buildkit:v0.18.2
image: moby/buildkit:v0.20.0
options: --privileged
ports:
- 1234:1234
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/weekly.yaml
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-12-18T18:42:14Z by kres fcff05e.
# Generated on 2025-03-05T16:36:46Z by kres e2c7efe.

name: weekly
concurrency:
Expand All @@ -16,7 +16,7 @@ jobs:
- pkgs
services:
buildkitd:
image: moby/buildkit:v0.18.2
image: moby/buildkit:v0.20.0
options: --privileged
ports:
- 1234:1234
Expand Down
4 changes: 2 additions & 2 deletions .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ spec:
- name: EXTENSIONS_IMAGE_REF
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
- name: PKGS
defaultValue: v1.10.0-alpha.0-50-g023f092
defaultValue: v1.10.0-alpha.0-52-g1d84473
- name: PKGS_PREFIX
defaultValue: ghcr.io/siderolabs
- name: TOOLS
defaultValue: v1.10.0-alpha.0-18-gfcee25b
defaultValue: v1.10.0-alpha.0-19-g87acb27
- name: TOOLS_PREFIX
defaultValue: ghcr.io/siderolabs
useBldrPkgTagResolver: true
Expand Down
6 changes: 3 additions & 3 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 2025-03-04T14:42:58Z by kres 1281806.
# Generated on 2025-03-05T16:36:46Z by kres e2c7efe.

# common variables

Expand Down Expand Up @@ -50,9 +50,9 @@ COMMON_ARGS += --build-arg=TOOLS_PREFIX="$(TOOLS_PREFIX)"
# extra variables

EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
PKGS ?= v1.10.0-alpha.0-50-g023f092
PKGS ?= v1.10.0-alpha.0-52-g1d84473
PKGS_PREFIX ?= ghcr.io/siderolabs
TOOLS ?= v1.10.0-alpha.0-18-gfcee25b
TOOLS ?= v1.10.0-alpha.0-19-g87acb27
TOOLS_PREFIX ?= ghcr.io/siderolabs

# targets defines all the available targets
Expand Down

0 comments on commit 7b3627c

Please sign in to comment.