Skip to content

CLOUD-727: Bump github.com/cert-manager/cert-manager from 1.18.2 to 1.19.0 #4276

CLOUD-727: Bump github.com/cert-manager/cert-manager from 1.18.2 to 1.19.0

CLOUD-727: Bump github.com/cert-manager/cert-manager from 1.18.2 to 1.19.0 #4276

Workflow file for this run

name: Run tests
on: [pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: run tests
run: make test