mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
11 lines
275 B
Bash
Executable File
11 lines
275 B
Bash
Executable File
#!/bin/sh
|
|
|
|
go get -u github.com/alecthomas/gometalinter
|
|
go get -u golang.org/x/tools/cmd/goimports
|
|
go get -u github.com/mitchellh/gox
|
|
go get -u github.com/kardianos/govendor
|
|
go get -u github.com/aktau/github-release
|
|
|
|
# install all the linters
|
|
gometalinter --install --update
|