Skip to content

Commit 8b4b129

Browse files
committed
feat: update Go to 1.25.8
Via tools/toolchain. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent b1fc4c6 commit 8b4b129

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 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 2026-01-20T15:30:13Z by kres 1ffefb6.
3+
# Generated on 2026-03-06T10:39:13Z by kres 1dd7316.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -57,7 +57,7 @@ jobs:
5757
done
5858
continue-on-error: true
5959
- name: checkout
60-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
60+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # version: v6.0.2
6161
- name: Unshallow
6262
run: |
6363
git fetch --prune --unshallow
@@ -80,7 +80,7 @@ jobs:
8080
make nonfree
8181
- name: Login to registry
8282
if: github.event_name != 'pull_request'
83-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # version: v3.6.0
83+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # version: v3.7.0
8484
with:
8585
password: ${{ secrets.GITHUB_TOKEN }}
8686
registry: ghcr.io
@@ -159,7 +159,7 @@ jobs:
159159
done
160160
continue-on-error: true
161161
- name: checkout
162-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
162+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # version: v6.0.2
163163
- name: Unshallow
164164
run: |
165165
git fetch --prune --unshallow

.github/workflows/stale.yml

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-03-06T10:39:13Z by kres 1dd7316.
44

55
"on":
66
schedule:
@@ -15,7 +15,7 @@ jobs:
1515
- ubuntu-latest
1616
steps:
1717
- name: Close stale issues and PRs
18-
uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # version: v10.1.1
18+
uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # version: v10.2.0
1919
with:
2020
close-issue-message: This issue was closed because it has been stalled for 7 days with no activity.
2121
days-before-issue-close: "5"

.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 2026-01-20T15:30:13Z by kres 1ffefb6.
3+
# Generated on 2026-03-06T10:39:13Z by kres 1dd7316.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -40,7 +40,7 @@ jobs:
4040
done
4141
continue-on-error: true
4242
- name: checkout
43-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
43+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # version: v6.0.2
4444
- name: Unshallow
4545
run: |
4646
git fetch --prune --unshallow

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-4-gb2610c4
6+
TOOLCHAIN_MUSL_IMAGE: ghcr.io/siderolabs/toolchain-musl:v1.12.0-5-g5417b27
77
TOOLS_PREFIX: ghcr.io/siderolabs/
8-
TOOLS_REV: v1.12.0-6-gdc37e09
8+
TOOLS_REV: v1.12.0-7-g57916cb
99

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

0 commit comments

Comments
 (0)