Skip to content

feat(operatorgen): support scan custom error struct #84

feat(operatorgen): support scan custom error struct

feat(operatorgen): support scan custom error struct #84

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.22'
- run: make test.race