You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade to Go 1.26 and restore repository build compatibility
* Upgrade to Go 1.26 and restore repository build compatibility
Upgrade the module/toolchain baseline to Go 1.26 and fix follow-on
compile/vet regressions so the repo builds cleanly.
- update Go version baseline in `go.mod` (and corresponding `go.sum` updates)
- migrate CLI table rendering to tablewriter v1 API (`Header`/`Footer`)
- replace removed tablewriter markdown setters in `cli/cmd/images.go`
with explicit markdown table output
- fix Go 1.26 vet/compile logger issues in touched files:
- remove dynamic format-string misuse in `*f` logging calls
- replace `%w` in logger format strings
- fix printf/non-printf logger method mismatches
- standardize touched-file error logs on `WithError(err)` style
0 commit comments