chore: fixup go-mockgen run statement (#61028)

## Test plan

locally tested
This commit is contained in:
Noah S-C 2024-03-12 13:06:36 +00:00 committed by GitHub
parent 810289a0f1
commit 8ab60e39b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
gen.go
View File

@ -2,4 +2,4 @@ package sourcegraph
// Keep these versions in sync with go.mod
//go:generate env GOBIN=$PWD/.bin GO111MODULE=on go install golang.org/x/tools/cmd/goimports@v0.17.0
//go:generate go run github.com/strum355/go-mockgen/v2/cmd/go-mockgen@v2.0.0-20240306201845-b2e8d553a343
//go:generate go run github.com/derision-test/go-mockgen/v2/cmd/go-mockgen@v2.0.1