Skip to content

Bump github.com/prometheus/common from 0.52.3 to 0.53.0 (#6) #23

Bump github.com/prometheus/common from 0.52.3 to 0.53.0 (#6)

Bump github.com/prometheus/common from 0.52.3 to 0.53.0 (#6) #23

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: Setup
run: make promu
- name: Test
run: make