Skip to content

Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1 #400

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

Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1 #400

Workflow file for this run

name: Pull Request Code test
on:
workflow_dispatch:
push:
branches:
- main
tags:
- v*
paths-ignore:
- '**.md'
- 'deploy/**'
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make build
- run: make test