Skip to content

Bump github.com/prometheus/common from 0.50.0 to 0.52.3 #370

Bump github.com/prometheus/common from 0.50.0 to 0.52.3

Bump github.com/prometheus/common from 0.50.0 to 0.52.3 #370

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix develop --command bash -c "lint && integration"
- uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: test/coverage.out