Skip to content

prep for 1.34.2 release (go1.21 support) #97

prep for 1.34.2 release (go1.21 support)

prep for 1.34.2 release (go1.21 support) #97

Workflow file for this run

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