Open
Description
Location
workflows/ci.yml
Problem
The CI workflow currently uses Go version 1.17. However, the go.mod file specifies go 1.22, leading to a mismatch that causes compatibility issues during development and builds.
Proposal
- Update the Go version in the CI workflow from 1.17 to 1.22.
- Ensure all related dependencies (e.g., linters, formatters) are updated and compatible with Go 1.22.
Metadata
Metadata
Assignees
Labels
No labels