Skip to content

chore(deps): bump go.opentelemetry.io/otel/sdk from 1.37.0 to 1.40.0 #98

chore(deps): bump go.opentelemetry.io/otel/sdk from 1.37.0 to 1.40.0

chore(deps): bump go.opentelemetry.io/otel/sdk from 1.37.0 to 1.40.0 #98

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.25.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
args: --timeout 5m0s --verbose