Skip to content

chore(deps): bump go.opentelemetry.io/otel/trace from 1.21.0 to 1.30.0 #182

chore(deps): bump go.opentelemetry.io/otel/trace from 1.21.0 to 1.30.0

chore(deps): bump go.opentelemetry.io/otel/trace from 1.21.0 to 1.30.0 #182

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Install Go
uses: buildjet/setup-go@v5
with:
go-version: 1.22.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 5m0s --verbose