Skip to content

Bump go.opentelemetry.io/otel/metric from 1.28.0 to 1.32.0 #81

Bump go.opentelemetry.io/otel/metric from 1.28.0 to 1.32.0

Bump go.opentelemetry.io/otel/metric from 1.28.0 to 1.32.0 #81

Workflow file for this run

name: Lint
on:
push:
branches:
- main
paths-ignore:
- '.run/**'
- '.vscode/**'
- 'documentation/**'
pull_request:
types: [ opened, synchronize ]
paths-ignore:
- '.run/**'
- '.vscode/**'
- 'documentation/**'
branches:
- main
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.22"
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59
args: --timeout=3m