Commit ecc44f2
Bump Go toolchain to 1.26.4
Move the project from the Go 1.25 line to the latest stable Go 1.26.4.
- go.mod: go directive 1.25.0 -> 1.26.0 (language floor; no toolchain
directive introduced by `go mod tidy`)
- Dockerfile: golang:1.25.11-alpine -> golang:1.26.4-alpine, repinned to
the current index digest
- .github/workflows/lint.yml: go-version 1.25 -> 1.26 (other workflows use
go-version-file: go.mod and follow automatically)
- .github/copilot-instructions.md: update Dockerfile reference
- .golangci.yml: disable only the modernize `newexpr` analyzer; the Go 1.26
new(expr) feature otherwise flags ~1.2k github.Ptr() call sites, which is
out of scope for a toolchain bump
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 6586b84 commit ecc44f2
5 files changed
Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
38 | 46 | | |
39 | 47 | | |
40 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments