Skip to content

go.mod: bump github.com/prometheus/prometheus from 0.55.1 to 0.301.0 #65

go.mod: bump github.com/prometheus/prometheus from 0.55.1 to 0.301.0

go.mod: bump github.com/prometheus/prometheus from 0.55.1 to 0.301.0 #65

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: make test