Skip to content

fix(deps): update module github.com/prometheus/client_golang to v1.21.0 #296

fix(deps): update module github.com/prometheus/client_golang to v1.21.0

fix(deps): update module github.com/prometheus/client_golang to v1.21.0 #296

Workflow file for this run

name: pr-build
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Get kubebuilder
uses: RyanSiu1995/[email protected]
with:
version: 4.5.0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.24.x'
- name: Display Go version
run: go version
- name: Build manager library
run: go build -o bin/manager github.com/uswitch/nidhogg/cmd/manager
- name: Run tests
run: go test ./pkg/... ./cmd/...