Skip to content

chore(deps): bump github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awsfirehosereceiver from 0.102.0 to 0.108.0 #772

chore(deps): bump github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awsfirehosereceiver from 0.102.0 to 0.108.0

chore(deps): bump github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awsfirehosereceiver from 0.102.0 to 0.108.0 #772

name: test-pipeline
on:
pull_request:
branches:
- "**"
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Install tools
run: make install-ci
- name: Run unit tests and lint
run: make test-and-lint