Skip to content

Bump go.opentelemetry.io/collector/pdata from 1.21.0 to 1.22.0 #45

Bump go.opentelemetry.io/collector/pdata from 1.21.0 to 1.22.0

Bump go.opentelemetry.io/collector/pdata from 1.21.0 to 1.22.0 #45

Workflow file for this run

name: Pull request checks
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
jobs:
test:
name: test
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23
- name: test
run: go test $(go list ./...)