Skip to content

Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 #65

Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4

Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 #65

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.23.1']
steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Display Go version
run: go version
- name: Build
run: make build