Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI and lint #411

Open
sophia1ch opened this issue Dec 23, 2024 · 0 comments
Open

Update CI and lint #411

sophia1ch opened this issue Dec 23, 2024 · 0 comments

Comments

@sophia1ch
Copy link
Contributor

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant