datadog-agent: unpin go1.18

This commit is contained in:
Aaron Jheng 2023-08-21 16:33:21 +08:00
parent 8ca5a5a768
commit 4f2e5c57e1
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;