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
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: