Skip to content

Commit 7bc1927

Browse files
authored
docs: adjust list from why install from source is not recommended (#4340)
1 parent e4c6e1f commit 7bc1927

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/src/docs/usage/install/index.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,11 @@ Note: such `go install`/`go get` installation aren't guaranteed to work. We reco
108108

109109
`go install`/`go get` installation isn't recommended because of the following points:
110110

111-
1. some users use `-u` flag for `go get`, which upgrades our dependencies. Resulting configuration wasn't tested and isn't guaranteed to work.
111+
1. Some users use `-u` flag for `go get`, which upgrades our dependencies. Resulting configuration wasn't tested and isn't guaranteed to work.
112112
2. [`go.mod`](https://github.com/golangci/golangci-lint/blob/master/go.mod) replacement directive doesn't apply. It means a user will be using patched version of `golangci-lint` if we use such replacements.
113-
3. it's stability depends on a user's Go version (e.g. on [this compiler Go <= 1.12 bug](https://github.com/golang/go/issues/29612)).
114-
4. we've encountered a lot of issues with Go modules hashes.
115-
5. it allows installation from `master` branch which can't be considered stable.
116-
6. it's slower than binary installation
113+
3. We've encountered a lot of issues with Go modules hashes.
114+
4. It allows installation from `master` branch which can't be considered stable.
115+
5. It's slower than binary installation.
117116

118117
</details>
119118

0 commit comments

Comments
 (0)