Skip to content

Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace (#65) #184

Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace (#65)

Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace (#65) #184

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- master
pull_request:
types: [ opened, synchronize ]
branches:
- main
- master
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.1
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59
args: --timeout 2m