Skip to content

OCPBUGS-17157: opm: always serve pprof endpoints, improve server allocations #1783

OCPBUGS-17157: opm: always serve pprof endpoints, improve server allocations

OCPBUGS-17157: opm: always serve pprof endpoints, improve server allocations #1783

Workflow file for this run

name: build
on:
push:
branches:
- '**'
pull_request:
paths:
- '**'
- '!doc/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- run: make build