Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Bump github.com/prometheus/common from 0.55.0 to 0.56.0 #565

Bump github.com/prometheus/common from 0.55.0 to 0.56.0

Bump github.com/prometheus/common from 0.55.0 to 0.56.0 #565

Workflow file for this run

name: PR - Go
on:
workflow_dispatch:
push:
branches:
- main
tags:
- v*
paths-ignore:
- '**.md'
- 'deploy/**'
pull_request:
branches:
- main
paths-ignore:
- 'deploy/**'
- 'docs/**'
- '**/*.md'
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
run: make build
- name: Test
run: make test