Skip to content

Bump github.com/cert-manager/cert-manager from 1.18.2 to 1.19.0 #370

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

Bump github.com/cert-manager/cert-manager from 1.18.2 to 1.19.0 #370

Workflow file for this run

name: go-test
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
run-unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Run test
run: make test