minor cleanup / doc fixes
[webi-installers/.git] / vim-go / install.sh
index c5bbe992506ff2bb61327e85e18fe3b00b7d0da4..39d69dfd693b6063369e2c6827b21638893de42d 100644 (file)
@@ -29,7 +29,7 @@
     go get golang.org/x/tools/cmd/gotype@latest > /dev/null #2>/dev/null
 
     echo -n "golangci-lint: "
-    go get github.com/golangci/golangci-lint/cmd/golangci-lint@master > /dev/null #2>/dev/null 
+    go get github.com/golangci/golangci-lint/cmd/golangci-lint@latest > /dev/null #2>/dev/null
 
     # Community Tooling
     echo -n "fillstruct: "