Skip to content

Commit 31959f4

Browse files
committed
feat: update Go to 1.25.6
Via the toolchain update. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 5df8bae commit 31959f4

File tree

6 files changed

+18
-16
lines changed

6 files changed

+18
-16
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 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-03T10:00:01Z by kres 571923f.
3+
# Generated on 2026-01-20T12:20:16Z by kres 1ffefb6.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -57,13 +57,13 @@ jobs:
5757
done
5858
continue-on-error: true
5959
- name: checkout
60-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0
60+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
6161
- name: Unshallow
6262
run: |
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
@@ -143,13 +143,13 @@ jobs:
143143
done
144144
continue-on-error: true
145145
- name: checkout
146-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0
146+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
147147
- name: Unshallow
148148
run: |
149149
git fetch --prune --unshallow
150150
- name: Set up Docker Buildx
151151
id: setup-buildx
152-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
152+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # version: v3.12.0
153153
with:
154154
append: |
155155
- endpoint: tcp://buildkit-arm64.ci.svc.cluster.local:1234

.github/workflows/lock.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-03T10:00:01Z by kres 571923f.
3+
# Generated on 2026-01-20T12:20:16Z by kres 1ffefb6.
44

55
"on":
66
schedule:
@@ -14,7 +14,7 @@ jobs:
1414
- ubuntu-latest
1515
steps:
1616
- name: Lock old issues
17-
uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # version: v5.0.1
17+
uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # version: v6.0.0
1818
with:
1919
issue-inactive-days: "60"
2020
log-output: "true"

.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-03T10:00:01Z by kres 571923f.
3+
# Generated on 2026-01-20T12:20:16Z by kres 1ffefb6.
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@5f858e3efba33a5ca4407a664cc011ad407f2008 # version: v10.1.0
18+
uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # version: v10.1.1
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: 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-03T10:00:01Z by kres 571923f.
3+
# Generated on 2026-01-20T12:20:16Z by kres 1ffefb6.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -40,13 +40,13 @@ jobs:
4040
done
4141
continue-on-error: true
4242
- name: checkout
43-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0
43+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
4444
- name: Unshallow
4545
run: |
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

Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2026-01-02T09:24:08Z by kres 8a4aebf.
3+
# Generated on 2026-01-20T12:20:16Z by kres 1ffefb6.
44

55
# common variables
66

77
SHA := $(shell git describe --match=none --always --abbrev=8 --dirty)
88
TAG := $(shell git describe --tag --always --dirty --match v[0-9]\*)
9+
TAG_SUFFIX ?=
910
ABBREV_TAG := $(shell git describe --tags >/dev/null 2>/dev/null && git describe --tag --always --match v[0-9]\* --abbrev=0 || echo 'undefined')
1011
BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
1112
ARTIFACTS := _out
12-
IMAGE_TAG ?= $(TAG)
13+
IMAGE_TAG ?= $(TAG)$(TAG_SUFFIX)
1314
OPERATING_SYSTEM := $(shell uname -s | tr '[:upper:]' '[:lower:]')
1415
GOARCH := $(shell uname -m | sed 's/x86_64/amd64/' | sed 's/aarch64/arm64/')
1516
REGISTRY ?= ghcr.io
@@ -25,7 +26,7 @@ SOURCE_DATE_EPOCH := $(shell git log $(INITIAL_COMMIT_SHA) --pretty=%ct)
2526

2627
# sync bldr image with pkgfile
2728

28-
BLDR_RELEASE := v0.5.5
29+
BLDR_RELEASE := v0.5.6
2930
BLDR_IMAGE := ghcr.io/siderolabs/bldr:$(BLDR_RELEASE)
3031
BLDR := docker run --rm --user $(shell id -u):$(shell id -g) --volume $(PWD):/src --entrypoint=/bldr $(BLDR_IMAGE) --root=/src
3132

@@ -180,3 +181,4 @@ release-notes: $(ARTIFACTS)
180181
conformance:
181182
@docker pull $(CONFORMANCE_IMAGE)
182183
@docker run --rm -it -v $(PWD):/src -w /src $(CONFORMANCE_IMAGE) enforce
184+

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-2-ge64f660
8+
TOOLCHAIN_IMAGE: ghcr.io/siderolabs/toolchain:v1.12.0-3-g1433977
99

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

0 commit comments

Comments
 (0)