Skip to content

Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 #202

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

Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 #202

Workflow file for this run

name: Go Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build_and_test:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.22' ]
env:
CGO_ENABLED: "0"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: go build
run: go build -o isg_exporter
- name: go test
run: go test