feat(tools): install Go-based CLI tools with mise

Use `mise` to install and manage tools normally installed with
`go install`.
This commit is contained in:
2024-05-09 02:21:17 +01:00
parent 24f6280608
commit 1158360c21
3 changed files with 13 additions and 24 deletions

View File

@@ -1,4 +1,16 @@
[tools]
"go:github.com/bufbuild/buf-language-server/cmd/bufls" = "latest"
"go:github.com/go-delve/delve/cmd/dlv" = "latest"
"go:github.com/golang/mock/mockgen" = "latest"
"go:github.com/nametake/golangci-lint-langserver" = "latest"
"go:github.com/segmentio/golines" = "latest"
"go:golang.org/x/tools/cmd/godoc" = "latest"
"go:golang.org/x/tools/cmd/goimports" = "latest"
"go:golang.org/x/tools/gopls" = "latest"
"go:golang.org/x/vuln/cmd/govulncheck" = "latest"
"go:google.golang.org/grpc/cmd/protoc-gen-go-grpc" = "latest"
"go:google.golang.org/protobuf/cmd/protoc-gen-go" = "latest"
"go:mvdan.cc/gofumpt" = "latest"
1password-cli = "latest"
actionlint = "latest"
buf = "latest"

View File

@@ -1,2 +1,2 @@
legacy_version_file = true
experimental = true
legacy_version_file = true