From 01b18cf2629713b56067634cd0ca94dcf3a882cf Mon Sep 17 00:00:00 2001 From: Eugene Grebenschikov Date: Wed, 14 Aug 2024 12:13:00 -0700 Subject: [PATCH] Update otelcol version to 0.107.0. --- .github/workflows/nginx-otel-module-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nginx-otel-module-check.yml b/.github/workflows/nginx-otel-module-check.yml index 2ea58d34..30f81333 100644 --- a/.github/workflows/nginx-otel-module-check.yml +++ b/.github/workflows/nginx-otel-module-check.yml @@ -59,8 +59,8 @@ jobs: uses: robinraju/release-downloader@v1.11 with: repository: open-telemetry/opentelemetry-collector-releases - tag: v0.106.1 - fileName: otelcol_0.106.1_linux_amd64.tar.gz + tag: v0.107.0 + fileName: otelcol_0.107.0_linux_amd64.tar.gz extract: true - name: Run tests working-directory: tests