Skip to content

Update opentelemetry-go monorepo to v1.19.0 #568

Update opentelemetry-go monorepo to v1.19.0

Update opentelemetry-go monorepo to v1.19.0 #568

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '^1.20'
- name: Build and test using make file
run: make build