Skip to content

Update module github.com/prometheus/client_golang to v1.20.5 #44

Update module github.com/prometheus/client_golang to v1.20.5

Update module github.com/prometheus/client_golang to v1.20.5 #44

Workflow file for this run

name: Test and build go-lib
on:
push:
branches:
- main
pull_request:
jobs:
test-lib:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
cache-dependency-path: go.sum
- name: Build
run: go build -v ./...