Skip to content

Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 (#23) #38

Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 (#23)

Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 (#23) #38

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.22
- name: Build
run: go build ./...
- name: Test
run: go test ./...