Merge pull request #250517 from aaronjheng/datadog-agent

datadog-agent: unpin go1.18
This commit is contained in:
Franz Pletz 2023-08-25 20:04:45 +02:00 committed by GitHub
commit 9bd52fd1bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;