Skip to content

Do exact cert matching for leaf certs (#493) #1497

Do exact cert matching for leaf certs (#493)

Do exact cert matching for leaf certs (#493) #1497

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ v4.1.2 ]
pull_request:
branches: [ v4.1.2 ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Run build
run: make build
- name: Run test
run: make test