Skip to content

chore(deps): bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 #222

chore(deps): bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0

chore(deps): bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 #222

Workflow file for this run

name: Build and Test
on:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Go
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
with:
go-version-file: "go.mod"
- name: Build
run: go build ./...
- name: Test
run: go test ./... -race
- name: Lint
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
with:
version: latest