Skip to content

fix(deps): update module github.com/prometheus/client_golang to v1.20.5 - autoclosed #3

fix(deps): update module github.com/prometheus/client_golang to v1.20.5 - autoclosed

fix(deps): update module github.com/prometheus/client_golang to v1.20.5 - autoclosed #3

Workflow file for this run

name: Go
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Install dependencies
run: go get .
- name: Build
run: go build -v ./...