Skip to content

Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 in /go #45

Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 in /go

Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 in /go #45

Workflow file for this run

name: Test and build on PR
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ^1.21.6
id: go
- run: go version
- name: run tests
run: |
cd go && \
make build && \
make test