Skip to content

Bump go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc from 0.8.0 to 0.9.0 #190

Bump go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc from 0.8.0 to 0.9.0

Bump go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc from 0.8.0 to 0.9.0 #190

Workflow file for this run

name: "Test"
on:
push:
branches:
- master
- main
paths-ignore:
- 'docs/**'
- '*.md'
pull_request:
types: [ opened, synchronize ]
branches:
- master
- main
paths-ignore:
- 'docs/**'
- '*.md'
workflow_dispatch:
jobs:
# Run unit tests
tests:
name: "Run unit tests"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21.1
- name: Install dependencies and run tests
run: |
go mod download
go test -v ./...