Skip to content

Bump Go from 1.19 to 1.20 and go.opentelemetry.io/otel from 1.21.0 to… #147

Bump Go from 1.19 to 1.20 and go.opentelemetry.io/otel from 1.21.0 to…

Bump Go from 1.19 to 1.20 and go.opentelemetry.io/otel from 1.21.0 to… #147

Workflow file for this run

name: Go Test
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...