Skip to content

Replace gomock import with go.uber.org/mock #571

Replace gomock import with go.uber.org/mock

Replace gomock import with go.uber.org/mock #571

Workflow file for this run

name: Test
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- '**/*.md'
push:
branches:
- main
jobs:
checks:
name: run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- run: make test check-license