Skip to content

chore(deps): bump go.opentelemetry.io/collector/pdata from 1.25.0 to 1.36.0 #43

chore(deps): bump go.opentelemetry.io/collector/pdata from 1.25.0 to 1.36.0

chore(deps): bump go.opentelemetry.io/collector/pdata from 1.25.0 to 1.36.0 #43

Workflow file for this run

name: Go Build CI
on:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.24'
- name: Build Gigapipe
run: |
go mod tidy
CGO_ENABLED=0 go build -ldflags="-extldflags=-static" -o gigapipe .