Update cli docs

This commit is contained in:
Mike Farah
2020-01-30 09:58:21 +11:00
parent abda0e38af
commit 720cc8f798
8 changed files with 26 additions and 33 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
set -e
wget -O - -q https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.21.0
wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.23.1
go get golang.org/x/tools/cmd/goimports