Skip to content

fix(otelgorm): Make metric reporting work with prepared statements #327

fix(otelgorm): Make metric reporting work with prepared statements

fix(otelgorm): Make metric reporting work with prepared statements #327

Workflow file for this run

name: build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: build
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go-version: [1.22.x]
steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: ./scripts/test.sh