datadog-agent: unpin Go version

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2024-09-26 11:51:14 +02:00
parent 1457235a9e
commit 2397001657

View File

@ -1,7 +1,7 @@
{ lib
, stdenv
, cmake
, buildGo121Module
, buildGoModule
, makeWrapper
, fetchFromGitHub
, pythonPackages
@ -37,7 +37,7 @@ let
cmakeFlags = ["-DBUILD_DEMO=OFF" "-DDISABLE_PYTHON2=ON"];
};
in buildGo121Module rec {
in buildGoModule rec {
pname = "datadog-agent";
inherit src version;