Skip to content

fix(deps): update module go.opentelemetry.io/otel/exporters/prometheus to v0.59.1 #73

fix(deps): update module go.opentelemetry.io/otel/exporters/prometheus to v0.59.1

fix(deps): update module go.opentelemetry.io/otel/exporters/prometheus to v0.59.1 #73

Workflow file for this run

---
name: CI
"on":
pull_request:
push:
branches:
- main
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
# yamllint disable-line rule:line-length rule:comments
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Run tests
run: make test
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
# yamllint disable-line rule:line-length rule:comments
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Run linter
run: make lint
tidy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
# yamllint disable-line rule:line-length rule:comments
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Check go mod tidy
run: make tidy-ci
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
# yamllint disable-line rule:line-length rule:comments
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Build binary
run: make docker-build