Skip to content

Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.5 #72

Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.5

Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.5 #72

Workflow file for this run

name: PR check
on:
pull_request:
branches:
- master
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v6
test:
name: Test
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version: ^1.22
- run: go test -race -timeout 1m