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
fix: add tools.go for goimports dependency and update Dockerfile to Go 1.26
- Add tools.go with //go:build tools tag to keep golang.org/x/telemetry
in go.sum (prevents go mod tidy from pruning goimports's dependencies)
- Update Dockerfile-build from golang:1.24 to golang:1.26 to match
the go directive in go.mod
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments