grafana-agent: pin to Go 1.22

Why. No. Bad.
This commit is contained in:
K900 2024-10-02 13:05:22 +03:00
parent 9963eb16ec
commit 82836350f7

View File

@ -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";