From 9603d590805b47f9deac03fc86c32e5cfc2f19fa Mon Sep 17 00:00:00 2001 From: Eugene Grebenschikov Date: Tue, 23 Jul 2024 14:51:48 -0700 Subject: [PATCH] Update otelcol version to 0.104.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 bc0f20b..d9bc5d6 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.104.0 - fileName: otelcol_0.104.0_linux_amd64.tar.gz + tag: v0.105.0 + fileName: otelcol_0.105.0_linux_amd64.tar.gz extract: true - name: Run tests working-directory: tests