mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
grafana-agent: pin to Go 1.22
Why. No. Bad.
This commit is contained in:
parent
9963eb16ec
commit
82836350f7
@ -1,5 +1,5 @@
|
||||
{ lib
|
||||
, buildGoModule
|
||||
, buildGo122Module
|
||||
, fetchFromGitHub
|
||||
, fetchYarnDeps
|
||||
, fixup-yarn-lock
|
||||
@ -13,7 +13,9 @@
|
||||
, yarn
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
# Breaks with Go 1.23: https://github.com/grafana/agent/issues/6972
|
||||
# FIXME: unpin when fixed upstream
|
||||
buildGo122Module rec {
|
||||
pname = "grafana-agent";
|
||||
version = "0.43.3";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user