Skip to content

Bump go.opentelemetry.io/otel from 1.37.0 to 1.41.0 #315

Bump go.opentelemetry.io/otel from 1.37.0 to 1.41.0

Bump go.opentelemetry.io/otel from 1.37.0 to 1.41.0 #315

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.22.2'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
with:
version: v1.60.2
args: --timeout 10m