Commit 973456b
committed
build: bump pinned nixpkgs channel from nixos-25.11 to nixos-26.05
The nixos-25.11 channel reached end of life on 2026-06-30 and its branch has not
moved since, so every tool pinned through it is frozen. Renovate fails to make
this change itself, possibly because of renovatebot/renovate#45000.
This commit points the nixpkgs input at nixos-26.05 and refreshes only that
input, leaving nixpkgs-unstable and gomod2nix alone.
Moving the channel moves the whole toolchain, which accounts for the rest of the
diff. protoc-gen-go 1.36.10 to 1.36.11 and protoc-gen-go-grpc 1.5.1 to 1.6.2
regenerate the protobuf output. golangci-lint 2.6.2 to 2.12.2 reports new
findings from goconst. It now ignores tests, which stops occurrences there
inflating its counts, and pkg/xcrd is excluded because its OpenAPI schema
literals read better inline than behind constants. The remaining finding is
addressed in place.
The new toolchain also prints two deprecation warnings, both cleared here.
nixpkgs 26.05 aliases nixfmt-rfc-style to nixfmt, so now we just use nixfmt
directly. golangci-lint deprecates gomodguard in favour of gomodguard_v2, which
default: all already enables, so the deprecated linter joins the disable list.
Signed-off-by: Jared Watts <jbw976@gmail.com>1 parent c4f6622 commit 973456b
13 files changed
Lines changed: 48 additions & 34 deletions
File tree
- apis
- changelogs/proto/v1alpha1
- pipelineinspector/proto/v1alpha1
- proto/v1alpha1
- nix
- pkg
- fieldpath
- reconciler/managed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
98 | 101 | | |
99 | 102 | | |
100 | 103 | | |
| |||
117 | 120 | | |
118 | 121 | | |
119 | 122 | | |
| 123 | + | |
120 | 124 | | |
121 | 125 | | |
122 | 126 | | |
| |||
159 | 163 | | |
160 | 164 | | |
161 | 165 | | |
162 | | - | |
163 | 166 | | |
164 | 167 | | |
165 | 168 | | |
| |||
178 | 181 | | |
179 | 182 | | |
180 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
181 | 192 | | |
182 | 193 | | |
183 | 194 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments