Skip to content

build(deps): bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 … #120

build(deps): bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 …

build(deps): bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 … #120

Workflow file for this run

name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: 1.18
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...