Skip to content

go.mod: bump github.com/prometheus/client_model from 0.5.0 to 0.6.1 #127

go.mod: bump github.com/prometheus/client_model from 0.5.0 to 0.6.1

go.mod: bump github.com/prometheus/client_model from 0.5.0 to 0.6.1 #127

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Build NoOp destination plugin
run: make plugins/noop-dest
- name: Build tool
run: make build