nametake / golangci-lint-langserver

golangci-lint language server
MIT License
201 stars 19 forks source link

docs: update install command #30

Closed koyashiro closed 1 year ago

koyashiro commented 1 year ago

Since Go 1.18, you can no longer install binaries with go get. This PR replaces it with the new go install command added in Go 1.16.

https://go.dev/doc/go1.18#go-get