chore(go/tools): install mockgen via go instead of mise

This commit is contained in:
Jim Myhrberg
2025-04-01 10:46:42 +01:00
parent 8a77fc622c
commit e67bf554a2
2 changed files with 2 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ install_go_global_packages() {
"github.com/go-delve/delve/cmd/dlv@latest"
"github.com/josharian/impl@latest"
"github.com/rogpeppe/godef@latest"
"go.uber.org/mock/mockgen@latest"
"golang.org/x/tools/cmd/godoc@latest"
"golang.org/x/tools/cmd/goimports@latest"
"golang.org/x/tools/gopls@latest"