Skip to content

Bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.75.2 to 0.76.0 #270

Bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.75.2 to 0.76.0

Bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.75.2 to 0.76.0 #270

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [synchronize, opened, reopened]
branches: ['main']
jobs:
PR:
name: Pull Request
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run lint
run: make lint
- uses: actions/setup-go@v5
with:
go-version: '^1.21.0'
cache-dependency-path: go.sum
- name: Run unit tests
run: make test-unit
- name: Setup BATS
uses: mig4/setup-bats@v1
with:
bats-version: 1.10.0
- name: Run integration tests
run: make test-integration