Skip to content

Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 #166

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

Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 #166

Workflow file for this run

name: Build and test Go
on:
- push
- pull_request
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.20
uses: actions/setup-go@v1
with:
go-version: 1.20
- name: Check out source code
uses: actions/checkout@v1
- name: Build
run: go build
- name: Test
run: go test -test.v