Skip to content

Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 #272

Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0

Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 #272

Workflow file for this run

name: Test Coverage
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/setup-go@v4
with:
go-version: "1.20"
- run: make integration-test
- uses: codecov/codecov-action@v3.1.4
with:
file: ./coverage.txt