Skip to content

prepping for v1.36.1 release #241

prepping for v1.36.1 release

prepping for v1.36.1 release #241

Workflow file for this run

name: unit
on:
pull_request: {}
jobs:
unit:
name: unit
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: make test-unit