Skip to content

Upgrade to otel@v1.23.1 and semconv/v1.24.0 (#31) #51

Upgrade to otel@v1.23.1 and semconv/v1.24.0 (#31)

Upgrade to otel@v1.23.1 and semconv/v1.24.0 (#31) #51

Workflow file for this run

name: Test & Build
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ">=1.18.0"
- name: Run tests
run: make test