Skip to content

Bump go.opentelemetry.io/otel/sdk from 1.13.0 to 1.30.0 #593

Bump go.opentelemetry.io/otel/sdk from 1.13.0 to 1.30.0

Bump go.opentelemetry.io/otel/sdk from 1.13.0 to 1.30.0 #593

Workflow file for this run

name: linters
on: [push, pull_request]
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for Protobuf programs
uses: jidicula/[email protected]
with:
clang-format-version: '15'
check-path: 'proto'
buf-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bufbuild/[email protected]
- uses: bufbuild/buf-lint-action@v1
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.1