Loading
grafana-agent: 0.36.2 -> 0.37.1
https://github.com/grafana/agent/releases/tag/v0.37.0 https://github.com/grafana/agent/blob/v0.37.0/CHANGELOG.md diff: https://github.com/grafana/agent/compare/v0.36.2...v0.37.0 https://github.com/grafana/agent/releases/tag/v0.37.1 https://github.com/grafana/agent/blob/v0.37.1/CHANGELOG.md diff: https://github.com/grafana/agent/compare/v0.37.0...v0.37.1 grafana-agent, starting with 0.37.0, requires go >= 1.21. In nixpkgs (unstable), `buildGoModule` still refers to `buildGo120Module`. Which, as the name suggests, uses go 1.20, and thus does not meet the requirement, so we have to manually override it in `all-packages.nix`. This override can be dropped very soon again, as commit 2598cb64 titled `go, buildGoModule, buildGoPackage: default to 1.21` is already in `staging-next` and will land in `master` soon.