Skip to content

Commit 57916cb

Browse files
committed
feat: update Go to 1.25.8
Via toolchain update. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent dc37e09 commit 57916cb

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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-20T12:20:16Z by kres 1ffefb6.
3+
# Generated on 2026-03-06T10:08:54Z 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
@@ -76,7 +76,7 @@ jobs:
7676
make
7777
- name: Login to registry
7878
if: github.event_name != 'pull_request'
79-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # version: v3.6.0
79+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # version: v3.7.0
8080
with:
8181
password: ${{ secrets.GITHUB_TOKEN }}
8282
registry: ghcr.io
@@ -143,7 +143,7 @@ jobs:
143143
done
144144
continue-on-error: true
145145
- name: checkout
146-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
146+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # version: v6.0.2
147147
- name: Unshallow
148148
run: |
149149
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 2026-01-20T12:20:16Z by kres 1ffefb6.
3+
# Generated on 2026-03-06T10:08:54Z 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-20T12:20:16Z by kres 1ffefb6.
3+
# Generated on 2026-03-06T10:08:54Z 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
format: v1alpha2
66

77
vars:
8-
TOOLCHAIN_IMAGE: ghcr.io/siderolabs/toolchain:v1.12.0-4-gb2610c4
8+
TOOLCHAIN_IMAGE: ghcr.io/siderolabs/toolchain:v1.12.0-5-g5417b27
99

1010
# renovate: datasource=github-tags depName=argp-standalone/argp-standalone
1111
argp_standalone_version: 1.5.0

0 commit comments

Comments
 (0)