Skip to content

bump go.opentelemetry.io/otel/exporters/otlp/otlptra... to 1.32.0 (#361) #757

bump go.opentelemetry.io/otel/exporters/otlp/otlptra... to 1.32.0 (#361)

bump go.opentelemetry.io/otel/exporters/otlp/otlptra... to 1.32.0 (#361) #757

Workflow file for this run

name: Go Lint
on:
push:
branches:
- 1.x
- 2.x
pull_request:
branches:
- 1.x
- 2.x
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- uses: bufbuild/[email protected]
- run: buf generate
- name: golangci-lint
uses: golangci/golangci-lint-action@v6