Skip to content

vendor(deps): bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 #56

vendor(deps): bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0

vendor(deps): bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 #56

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: Check out code
uses: actions/checkout@v4
- name: Build
run: go build -v ./...
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: Check out code
uses: actions/checkout@v4
- name: Tests
run: go test -race ./...