Skip to content

Commit

Permalink
tests(flake): update vendorHash and custom otel-collector version
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Dec 12, 2023
1 parent cde9546 commit d186bfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions tests/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
version = "1.0.0";
config = {
exporters = [
{ gomod = "go.opentelemetry.io/collector/exporter/debugexporter v0.90.1"; }
{ gomod = "go.opentelemetry.io/collector/exporter/debugexporter v0.91.0"; }
];
};
in
{
packages.x86_64-linux = {
debug-exporter-collector = pkgs.buildOtelCollector {
inherit pname version config;
vendorHash = "sha256-3jQ5yzYmKNfgLu5Tsf03NHHo2fwmSSELVFUBhTROS1k=";
vendorHash = "sha256-AX1nETYSJnx0JYlXYpQmcSFlAOAYCjageFjyZPMj5rk=";
};
debug-exporter-config = pkgs.mkOtelCollectorBuilderConfiguration {
inherit pname version config;
Expand Down

0 comments on commit d186bfc

Please sign in to comment.