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
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |