Skip to content

Commit

Permalink
grafana-agent: pin to Go 1.22
Browse files Browse the repository at this point in the history
Why. No. Bad.
  • Loading branch information
K900 committed Oct 2, 2024
1 parent 9963eb1 commit 8283635
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/servers/monitoring/grafana-agent/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ lib
, buildGoModule
, buildGo122Module
, fetchFromGitHub
, fetchYarnDeps
, fixup-yarn-lock
Expand All @@ -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";

Expand Down

0 comments on commit 8283635

Please sign in to comment.