Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

fix(deps): update module go.opentelemetry.io/collector/receiver/receivertest to v0.140.0 #646

fix(deps): update module go.opentelemetry.io/collector/receiver/receivertest to v0.140.0

fix(deps): update module go.opentelemetry.io/collector/receiver/receivertest to v0.140.0 #646

Workflow file for this run

name: test
on:
push:
pull_request:
env:
GO_VERSION: 1.22.8
jobs:
run-tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- shell: bash
run: |
go test -v
govulncheck_job:
runs-on: ubuntu-latest
name: Run govulncheck
steps:
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: ${{ env.GO_VERSION }}
go-package: ./...