Skip to content

chore(deps): bump github.com/prometheus/common from 0.49.1-0.20240306132007-4199f18c3e92 to 0.53.0 in the gomod-update group #77

chore(deps): bump github.com/prometheus/common from 0.49.1-0.20240306132007-4199f18c3e92 to 0.53.0 in the gomod-update group

chore(deps): bump github.com/prometheus/common from 0.49.1-0.20240306132007-4199f18c3e92 to 0.53.0 in the gomod-update group #77

Workflow file for this run

name: Test Branch
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- uses: gotesttools/gotestfmt-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout=5m
- run: make test
- uses: coverallsapp/github-action@v2
with:
file: coverage.out