diff --git a/Brewfile b/Brewfile index 4e5cb7d..69423a6 100644 --- a/Brewfile +++ b/Brewfile @@ -30,8 +30,6 @@ brew 'git' brew 'git-crypt' brew 'git-delta' brew 'go' -brew 'golangci-lint' -brew 'goreleaser' brew 'hadolint' brew 'hey' brew 'highlight' diff --git a/zsh/golang.zsh b/zsh/golang.zsh index f7cedb1..682a124 100755 --- a/zsh/golang.zsh +++ b/zsh/golang.zsh @@ -36,8 +36,10 @@ install_go_global_packages() { github.com/erning/gorun@latest github.com/go-delve/delve/cmd/dlv@latest github.com/golang/mock/mockgen@latest + github.com/golangci/golangci-lint/cmd/golangci-lint@latest github.com/google/go-jsonnet/cmd/jsonnet@latest github.com/google/go-jsonnet/cmd/jsonnetfmt@latest + github.com/goreleaser/goreleaser@latest github.com/icholy/gomajor@latest github.com/kisielk/errcheck@latest github.com/lighttiger2505/sqls@latest