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: resolve CI Go version compatibility and update matrix
ROOT CAUSE: OpenTelemetry v1.37.0 requires Go 1.23+, but CI was testing Go 1.18-1.21
Issues fixed:
- "invalid go version '1.23.0': must match format 1.23"
- "unknown directive: toolchain" (not supported in older Go)
- "go.opentelemetry.io/otel@v1.37.0 requires go >= 1.23.0"
Changes:
- Update CI matrix to test Go 1.22, 1.23, 1.24 (current supported versions)
- Fix go.mod format: use "1.23" not "1.23.0" for compatibility
- Remove toolchain directive from go.mod files
- Update go.work to use Go 1.23
- Remove debugging simple_test.go
CI should now pass with proper test execution and no version conflicts.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments