Skip to content

Bump github.com/gin-contrib/pprof from 1.5.1 to 1.5.2 #233

Bump github.com/gin-contrib/pprof from 1.5.1 to 1.5.2

Bump github.com/gin-contrib/pprof from 1.5.1 to 1.5.2 #233

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.23' ]
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