Skip to content

Commit 5417b27

Browse files
committed
feat: update Go to 1.25.8
This release includes security fixes. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent b2610c4 commit 5417b27

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
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:08:46Z by kres 1ffefb6.
3+
# Generated on 2026-03-06T08:55:36Z 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:08:46Z by kres 1ffefb6.
3+
# Generated on 2026-03-06T08:55:36Z 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:08:46Z by kres 1ffefb6.
3+
# Generated on 2026-03-06T08:55:36Z 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ vars:
3030
make_sha512: 145260cbd6a8226cef3dfef0c8baba31847beaebc7e6b65d39d02715fd4f4cab9b139b6c3772e550088d4f9ae80c6d3ed20b9a7664c693644dfb96b4cb60e67c
3131

3232
# renovate: datasource=github-tags extractVersion=^go(?<version>.*)$ depName=golang/go
33-
golang_version: 1.25.7
34-
golang_sha256: 178f2832820274b43e177d32f06a3ebb0129e427dd20a5e4c88df2c1763cf10a
35-
golang_sha512: 054fdb8219d18a7942c524d8acc3c942d0a7b8f1c01b96184fa79017b6548533798f5f48cc78f7ecfb70da504c5c66569377a35d517a0e3184c32fe84c9ee0b6
33+
golang_version: 1.25.8
34+
golang_sha256: e988d4a2446ac7fe3f6daa089a58e9936a52a381355adec1c8983230a8d6c59e
35+
golang_sha512: 2f5c9f314d18169985a9a4b19346e00dd5d4b396c8c17bfffe5719e51f27d834cc9649d0165f7eeb7367d3b6d384f49917325a40b49ba4da65e22f2c5362c739
3636

3737
# renovate: datasource=git-tags depName=https://gitlab.inria.fr/mpc/mpc.git
3838
mpc_version: 1.3.1

0 commit comments

Comments
 (0)