Skip to content

BE-5996- bump prometheus client version to fix high severity CVE-2022-21698 #44

BE-5996- bump prometheus client version to fix high severity CVE-2022-21698

BE-5996- bump prometheus client version to fix high severity CVE-2022-21698 #44

Workflow file for this run

name: Go
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...