diff --git a/Brewfile b/Brewfile index 5e51d34..8fb79f0 100644 --- a/Brewfile +++ b/Brewfile @@ -1,7 +1,7 @@ # rubocop:disable Naming/FileName cask_args appdir: '/Applications' -tap 'alecthomas/homebrew-tap' +tap 'golangci/tap' tap 'goreleaser/tap' tap 'homebrew/cask' tap 'homebrew/cask-drivers' @@ -25,7 +25,7 @@ brew 'git-crypt' brew 'git-standup' brew 'global', args: ['with-ctags', 'with-pygments'] brew 'go' -brew 'gometalinter' +brew 'golangci-lint' brew 'goreleaser' brew 'heroku' brew 'htop' diff --git a/zsh/golang.zsh b/zsh/golang.zsh index 119a2cc..91ecb83 100755 --- a/zsh/golang.zsh +++ b/zsh/golang.zsh @@ -14,7 +14,6 @@ install_go_global_packages () { github.com/akavel/up github.com/asciimoo/wuzz github.com/derekparker/delve/cmd/dlv - github.com/golang/lint/golint github.com/kisielk/errcheck github.com/kr/pretty github.com/mdempsky/gocode