Files
copilot-swe-agent[bot] 6cd35ae46e Remove modcheck from build dependencies to allow local development
The modcheck target was blocking local development by requiring all
go.mod and go.sum changes to be committed before building. This change:

- Removes modcheck from build target dependencies (binary, binary-minimal,
  binary-debug, cli, bench, exporter-minimal)
- Keeps modcheck as a standalone target for CI validation
- Adds explicit modcheck step to golangci-lint workflow for CI validation
- Allows developers to build locally without committing dependency changes
- CI still validates that go.mod and go.sum are properly maintained

This resolves the issue where developers couldn't build after making code
changes that required dependency updates until they committed the go.mod
and go.sum changes first.

Co-authored-by: rchincha <45800463+rchincha@users.noreply.github.com>
2026-01-15 18:04:15 +00:00
..
2025-11-26 11:21:36 +02:00
2025-11-26 11:21:36 +02:00
2025-12-15 23:34:32 -08:00
2025-11-26 11:21:36 +02:00