Skip to content

chore(deps): bump github.com/open-telemetry/opentelemetry-collector-contrib/extension/bearertokenauthextension from 0.98.0 to 0.107.0 #178

chore(deps): bump github.com/open-telemetry/opentelemetry-collector-contrib/extension/bearertokenauthextension from 0.98.0 to 0.107.0

chore(deps): bump github.com/open-telemetry/opentelemetry-collector-contrib/extension/bearertokenauthextension from 0.98.0 to 0.107.0 #178

Workflow file for this run

name: test-pipeline
on:
pull_request:
branches:
- '**'
workflow_dispatch:
inputs:
environment:
type: manual
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.6.0
- uses: actions/setup-go@v4.0.0
with:
go-version: '>=1.20.0'
- name: Install tools
run: make install-ci
- name: Run unit tests and lint
run: make test-and-lint