Skip to content

Commit 3571127

Browse files
committed
feat: update Go to 1.25.6
Update via tools/toolchain. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 90ff196 commit 3571127

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

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-12-11T12:37:10Z by kres 4b09af7.
3+
# Generated on 2026-01-20T15:30:13Z by kres 1ffefb6.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -63,7 +63,7 @@ jobs:
6363
git fetch --prune --unshallow
6464
- name: Set up Docker Buildx
6565
id: setup-buildx
66-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
66+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # version: v3.12.0
6767
with:
6868
append: |
6969
- endpoint: tcp://buildkit-arm64.ci.svc.cluster.local:1234
@@ -165,7 +165,7 @@ jobs:
165165
git fetch --prune --unshallow
166166
- name: Set up Docker Buildx
167167
id: setup-buildx
168-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
168+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # version: v3.12.0
169169
with:
170170
append: |
171171
- endpoint: tcp://buildkit-arm64.ci.svc.cluster.local:1234

.github/workflows/weekly.yaml

Lines changed: 2 additions & 2 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-12-11T12:37:10Z by kres 4b09af7.
3+
# Generated on 2026-01-20T15:30:13Z by kres 1ffefb6.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -46,7 +46,7 @@ jobs:
4646
git fetch --prune --unshallow
4747
- name: Set up Docker Buildx
4848
id: setup-buildx
49-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
49+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # version: v3.12.0
5050
with:
5151
append: |
5252
- endpoint: tcp://buildkit-arm64.ci.svc.cluster.local:1234

Pkgfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
format: v1alpha2
44

55
vars:
6-
TOOLCHAIN_MUSL_IMAGE: ghcr.io/siderolabs/toolchain-musl:v1.12.0-2-ge64f660
6+
TOOLCHAIN_MUSL_IMAGE: ghcr.io/siderolabs/toolchain-musl:v1.12.0-3-g1433977
77
TOOLS_PREFIX: ghcr.io/siderolabs/
8-
TOOLS_REV: v1.12.0-3-g5df8bae
8+
TOOLS_REV: v1.12.0-4-g31959f4
99

1010
# renovate: datasource=github-releases depName=containernetworking/plugins
1111
cni_version: v1.9.0

0 commit comments

Comments
 (0)