Skip to content

Commit 9758bd4

Browse files
committed
feat: update Go to 1.26
Via tools/pkgs, also pulling in Clang-built Linux Update go.mod dependencies Fix linter errors with new golangci-lint, modernize, use new() Signed-off-by: Dmitrii Sharshakov <dmitry.sharshakov@siderolabs.com> Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent e00aed0 commit 9758bd4

File tree

237 files changed

+1506
-1560
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

237 files changed

+1506
-1560
lines changed

.github/workflows/ci.yaml

Lines changed: 61 additions & 61 deletions
Large diffs are not rendered by default.

.github/workflows/dispatch.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-11T16:40:05Z by kres 4b09af7.
3+
# Generated on 2026-02-17T20:54:45Z by kres 6458cfd.
44

55
"on":
66
workflow_dispatch:
@@ -52,7 +52,7 @@ jobs:
5252
done
5353
continue-on-error: true
5454
- name: checkout
55-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
55+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # version: v6.0.2
5656
- name: Unshallow
5757
run: |
5858
git fetch --prune --unshallow

.github/workflows/grype-scan-cron.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-02-10T11:45:22Z by kres f3ab59e.
3+
# Generated on 2026-02-17T20:54:45Z by kres 6458cfd.
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

.github/workflows/integration-airgapped-cron.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-02-10T11:45:22Z by kres f3ab59e.
3+
# Generated on 2026-02-17T20:54:45Z by kres 6458cfd.
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

.github/workflows/integration-aws-cron.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 2026-02-10T11:45:22Z by kres f3ab59e.
3+
# Generated on 2026-02-17T20:54:45Z by kres 6458cfd.
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
@@ -109,7 +109,7 @@ jobs:
109109
run: |
110110
make e2e-aws-prepare
111111
- name: checkout contrib
112-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
112+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # version: v6.0.2
113113
with:
114114
path: _out/contrib
115115
ref: main

.github/workflows/integration-aws-nvidia-nonfree-lts-cron.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-02-10T11:45:22Z by kres f3ab59e.
3+
# Generated on 2026-02-17T20:54:45Z by kres 6458cfd.
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
@@ -100,7 +100,7 @@ jobs:
100100
run: |
101101
make image-aws
102102
- name: checkout extensions
103-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
103+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # version: v6.0.2
104104
with:
105105
path: _out/extensions
106106
ref: main
@@ -123,7 +123,7 @@ jobs:
123123
run: |
124124
make e2e-aws-prepare
125125
- name: checkout contrib
126-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
126+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # version: v6.0.2
127127
with:
128128
path: _out/contrib
129129
ref: main

.github/workflows/integration-aws-nvidia-nonfree-production-cron.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-02-10T11:45:22Z by kres f3ab59e.
3+
# Generated on 2026-02-17T20:54:45Z by kres 6458cfd.
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
@@ -100,7 +100,7 @@ jobs:
100100
run: |
101101
make image-aws
102102
- name: checkout extensions
103-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
103+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # version: v6.0.2
104104
with:
105105
path: _out/extensions
106106
ref: main
@@ -123,7 +123,7 @@ jobs:
123123
run: |
124124
make e2e-aws-prepare
125125
- name: checkout contrib
126-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
126+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # version: v6.0.2
127127
with:
128128
path: _out/contrib
129129
ref: main

.github/workflows/integration-aws-nvidia-oss-lts-cron.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-02-10T11:45:22Z by kres f3ab59e.
3+
# Generated on 2026-02-17T20:54:45Z by kres 6458cfd.
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
@@ -100,7 +100,7 @@ jobs:
100100
run: |
101101
make image-aws
102102
- name: checkout extensions
103-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
103+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # version: v6.0.2
104104
with:
105105
path: _out/extensions
106106
ref: main
@@ -123,7 +123,7 @@ jobs:
123123
run: |
124124
make e2e-aws-prepare
125125
- name: checkout contrib
126-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
126+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # version: v6.0.2
127127
with:
128128
path: _out/contrib
129129
ref: main

.github/workflows/integration-aws-nvidia-oss-production-cron.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-02-10T11:45:22Z by kres f3ab59e.
3+
# Generated on 2026-02-17T20:54:45Z by kres 6458cfd.
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
@@ -100,7 +100,7 @@ jobs:
100100
run: |
101101
make image-aws
102102
- name: checkout extensions
103-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
103+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # version: v6.0.2
104104
with:
105105
path: _out/extensions
106106
ref: main
@@ -123,7 +123,7 @@ jobs:
123123
run: |
124124
make e2e-aws-prepare
125125
- name: checkout contrib
126-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
126+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # version: v6.0.2
127127
with:
128128
path: _out/contrib
129129
ref: main

.github/workflows/integration-cilium-cron.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-02-10T11:45:22Z by kres f3ab59e.
3+
# Generated on 2026-02-17T20:54:45Z by kres 6458cfd.
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

0 commit comments

Comments
 (0)