Skip to content

chore: go.mod targets unreleased go 1.25.0 + golangci.yml deferred linters #218

Description

@pageton

Two issues

1. go.mod specifies go 1.25.0

go.mod:3 — Go 1.25.0 is not yet released. This prevents users on current Go versions from using the library.

2. .golangci.yml disables many linters with TODO comments

Many linters are disabled with # TODO: Enable comments: dupl, gocognit, goconst, exhaustruct, stylecheck, testpackage, paralleltest. These represent deferred quality improvements.

Suggested fix

  • Target the latest stable Go version in go.mod.
  • Track the disabled linters in an issue and enable them incrementally.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions