Skip to content

fix(deps): update module github.com/prometheus/client_golang to v1.20.3 #88

fix(deps): update module github.com/prometheus/client_golang to v1.20.3

fix(deps): update module github.com/prometheus/client_golang to v1.20.3 #88

Workflow file for this run

name: Go Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Install dependencies
run: go get .
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
- name: Vet
run: go vet ./...
- name: Staticcheck
uses: dominikh/[email protected]
with:
version: "2023.1.6"
install-go: false