Commit 804760e
committed
fix(server): bump Dockerfile to golang:1.26-alpine (matches go.mod 1.26.3)
Backend v2 (merged from upstream/main) bumped go.mod to 1.26.3, but the
multi-stage Dockerfile (PR m5stack#19) still pinned golang:1.24-alpine. Build
was failing on 'go mod download' with GOTOOLCHAIN=local.1 parent 1571c26 commit 804760e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments