Skip to content

Bump go.opentelemetry.io/otel/exporters/otlp/internal/retry from 1.7.0 to 1.17.0 #90

Bump go.opentelemetry.io/otel/exporters/otlp/internal/retry from 1.7.0 to 1.17.0

Bump go.opentelemetry.io/otel/exporters/otlp/internal/retry from 1.7.0 to 1.17.0 #90

Workflow file for this run

name: linters
on:
push:
branches: [main]
pull_request:
branches: ["**"]
permissions:
contents: read
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.23"
cache: false
- name: Checkout the code
uses: actions/checkout@v4
- name: Vendor packages
run: |
go mod vendor
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
with:
version: latest
skip-cache: true