tempo: pin to Go 1.22 for now

This commit is contained in:
K900
2024-10-02 10:00:47 +03:00
parent af2038fc9b
commit aec335fc3e
+4 -2
View File
@@ -1,6 +1,8 @@
{ lib, buildGoModule, fetchFromGitHub }:
{ lib, buildGo122Module, fetchFromGitHub }:
buildGoModule rec {
# Does not build with Go 1.23
# FIXME: check again for next release
buildGo122Module rec {
pname = "tempo";
version = "2.6.0";