Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Bump github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor from 0.59.0 to 0.85.0 #340

Bump github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor from 0.59.0 to 0.85.0

Bump github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor from 0.59.0 to 0.85.0 #340

Workflow file for this run

name: "Basic checks"
on: [push, pull_request]
jobs:
basic-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.18'
- uses: actions/checkout@v3
- name: "run test in all go modules"
run: make gotest