Skip to content

Bump github.com/prometheus/prometheus from 0.53.0 to 0.53.1 #569

Bump github.com/prometheus/prometheus from 0.53.0 to 0.53.1

Bump github.com/prometheus/prometheus from 0.53.0 to 0.53.1 #569

Workflow file for this run

on: [push, pull_request]
name: Build
jobs:
build:
strategy:
matrix:
go-version: [1.21.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go build ./