Unverified Commit c6ce2860 authored by Uri Baghin's avatar Uri Baghin Committed by GitHub
Browse files

Merge pull request #259193 from r-ryantm/auto-update/opentelemetry-collector

opentelemetry-collector: 0.83.0 -> 0.86.0
parents 1b5dd66a 2af70d8d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,17 +5,17 @@

buildGoModule rec {
  pname = "opentelemetry-collector";
  version = "0.83.0";
  version = "0.86.0";

  src = fetchFromGitHub {
    owner = "open-telemetry";
    repo = "opentelemetry-collector";
    rev = "v${version}";
    hash = "sha256-e2wcRawTEyK/NwSwd2WUgOnQnAj8Z7DQrrx32ksfHeU=";
    hash = "sha256-Ucp00OjyPtHA6so/NOzTLtPSuhXwz6A2708w2WIZb/E=";
  };
  # there is a nested go.mod
  sourceRoot = "${src.name}/cmd/otelcorecol";
  vendorHash = "sha256-HZ7aKLVjDMdMuq8IQ/6EgqCXWeYHmrJtf1fJyrLbPuU=";
  vendorHash = "sha256-DfbG2qrhwVMXYjg2yJ6XlhrL27oPplvWIoP3C/JBKuA=";

  # upstream strongly recommends disabling CGO
  # additionally dependencies have had issues when GCO was enabled that weren't caught upstream