Skip to content

Bump github.com/prometheus/common from 0.52.2 to 0.53.0 #277

Bump github.com/prometheus/common from 0.52.2 to 0.53.0

Bump github.com/prometheus/common from 0.52.2 to 0.53.0 #277

Workflow file for this run

name: Run tests
on:
workflow_dispatch:
pull_request:
push:
permissions:
contents: read
jobs:
test:
strategy:
fail-fast: false
matrix:
runs-on: ["ubuntu-latest", "windows-latest"]
uses: hansmi/ghactions-go-test-workflow/.github/workflows/test.yaml@v0.2
with:
runs-on: ${{ matrix.runs-on }}
# vim: set sw=2 sts=2 et :