Skip to content

fix(deps): update opentelemetry-go monorepo to v1.33.0 #211

fix(deps): update opentelemetry-go monorepo to v1.33.0

fix(deps): update opentelemetry-go monorepo to v1.33.0 #211

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
check-latest: true
- name: Run Build-Pipeline
uses: dagger/dagger-for-github@v5
with:
verb: run
args: go run ci/main.go -cmd "go build -o output/ ./examples/..."
version: "0.9.8"
- uses: actions/upload-artifact@v4
with:
name: build-artifact
path: output