Skip to content

vendor(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.2 #70

vendor(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.2

vendor(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.2 #70

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 ./...