Skip to content

Bump github.com/prometheus/prometheus from 0.53.2-0.20240718123124-e9dec5fc537b to 0.300.1 #309

Bump github.com/prometheus/prometheus from 0.53.2-0.20240718123124-e9dec5fc537b to 0.300.1

Bump github.com/prometheus/prometheus from 0.53.2-0.20240718123124-e9dec5fc537b to 0.300.1 #309

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
- main
- release-*
paths-ignore:
- '**/*.md'
push:
branches:
- master
- main
- release-*
tags:
- v*
paths-ignore:
- '**/*.md'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Test
run: make test
- name: Build
run: make all