Skip to content

chore(deps): Bump github.com/prometheus/common from 0.48.0 to 0.59.1 #34

chore(deps): Bump github.com/prometheus/common from 0.48.0 to 0.59.1

chore(deps): Bump github.com/prometheus/common from 0.48.0 to 0.59.1 #34

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: ${{ github.workspace }}/go.mod
- name: Build
run: make build