Commit f809173
committed
fix(docker): bump build image to golang:1.26.6
The release image build failed after go.mod moved to 1.26.6: the Dockerfile
pinned golang:1.26.5 and the image runs GOTOOLCHAIN=local, so `go mod download`
refused the newer directive. CI didn't catch it — it resolves the toolchain
from go.mod and downloads it; only the Docker build has a fixed base.1 parent 26b5adc commit f809173
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments