Skip to content

Update prometheus/client_golang #7

Update prometheus/client_golang

Update prometheus/client_golang #7

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 ./...