Skip to content

chore: align Makefile tool-version hints with CI pins #63

@millerjp

Description

@millerjp

Summary

CI pins goimports@v0.28.0, govulncheck@v1.1.4, benchstat@v0.0.0-20260409210113-.... The Makefile install hints tell developers @latest. Developers following the hints get a different toolchain than CI.

Scope

Replace every @latest in Makefile install hints with the same pinned version used in CI.

Acceptance criteria

  1. grep -n '@latest' Makefile shows no tool install hints.
  2. A developer copying-and-running a hint ends up with the same version CI uses.

Source: go-quality.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Can be deferredci/cdCI/CD pipelines and release

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions