Skip to content

Bump github.com/prometheus/client_golang from 1.14.0 to 1.19.1 #75

Bump github.com/prometheus/client_golang from 1.14.0 to 1.19.1

Bump github.com/prometheus/client_golang from 1.14.0 to 1.19.1 #75

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
py-black:
name: Python Formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
go-fmt:
name: Go Formatter
runs-on: ubuntu-latest
if: false # Pending activation
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.18
- name: Run go fmt
run: go fmt ./...