fix: pin pyroscope to go 1.22

This commit is contained in:
Ilya K 2024-11-12 23:16:46 +03:00
parent b08330c42b
commit 41be8dc170

View file

@ -1,9 +1,10 @@
{ lib
, buildGoModule
, buildGo122Module
, fetchFromGitHub
}:
buildGoModule rec {
# FIXME: update, remove this pin
buildGo122Module rec {
pname = "pyroscope";
version = "1.7.1";