Skip to content

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

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

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

Workflow file for this run

# SPDX-FileCopyrightText: 2022 Comcast Cable Communications Management, LLC
# SPDX-License-Identifier: Apache-2.0
---
name: Integration
on:
push:
branches:
- main
paths-ignore:
- README.md
- CONTRIBUTING.md
- MAINTAINERS.md
- LICENSE
- NOTICE
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
pull_request:
workflow_dispatch:
jobs:
integration:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Compile the utilities & program
shell: bash
run: |
CGO_ENABLED=0 go build -o integration-tester cmd/integration-tester/main.go
CGO_ENABLED=0 go build -o load-generator cmd/load-generator/main.go
CGO_ENABLED=0 go build -o process-exporter -a -tags netgo cmd/process-exporter/main.go
- name: Run the integration test
shell: bash
run: |
./integration-tester -write-size-bytes 65536