diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b117a8d0..f1d481a0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -42,7 +42,6 @@ jobs: volumes: - ./otel_config.yaml:/etc/otel/config.yaml - ./otel_logs:/var/log/otel - command: [ "--config", "/etc/otel/config.yaml" ] steps: - uses: actions/checkout@v3 - name: Set up Go