Skip to content

build(deps): bump github.com/prometheus/common from 0.32.1 to 0.62.0 #442

build(deps): bump github.com/prometheus/common from 0.32.1 to 0.62.0

build(deps): bump github.com/prometheus/common from 0.32.1 to 0.62.0 #442

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
merge_group:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: golangci-lint cache
uses: actions/cache@v4
with:
path: ~/go/bin/golangci-lint
key: ${{ runner.os }}-golangci-lint
- name: Test
run: |
make linters test
- name: Upload coverage
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage.html