Skip to content

Update CI and lint #411

Open
Open
@sophia1ch

Description

@sophia1ch

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions