Skip to content

Relax protobuf version requirement to support v6 #4620

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/lint_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
- name: Run tests
run: tox -e lint-opentelemetry-api

lint-opentelemetry-proto-protobuf5:
name: opentelemetry-proto-protobuf5
lint-opentelemetry-proto-gen-latest:
name: opentelemetry-proto-gen-latest
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
Expand All @@ -64,7 +64,7 @@ jobs:
run: pip install tox

- name: Run tests
run: tox -e lint-opentelemetry-proto-protobuf5
run: tox -e lint-opentelemetry-proto-gen-latest

lint-opentelemetry-sdk:
name: opentelemetry-sdk
Expand Down Expand Up @@ -218,8 +218,8 @@ jobs:
- name: Run tests
run: tox -e lint-opentelemetry-exporter-otlp-combined

lint-opentelemetry-exporter-otlp-proto-grpc:
name: opentelemetry-exporter-otlp-proto-grpc
lint-opentelemetry-exporter-otlp-proto-grpc-latest:
name: opentelemetry-exporter-otlp-proto-grpc-latest
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
Expand All @@ -235,7 +235,7 @@ jobs:
run: pip install tox

- name: Run tests
run: tox -e lint-opentelemetry-exporter-otlp-proto-grpc
run: tox -e lint-opentelemetry-exporter-otlp-proto-grpc-latest

lint-opentelemetry-exporter-otlp-proto-http:
name: opentelemetry-exporter-otlp-proto-http
Expand Down
Loading