datadog-agent: unpin go1.18

This commit is contained in:
Aaron Jheng 2023-06-01 08:30:30 +00:00
parent 9cfaa8a1a0
commit eb9f0de453
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

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