You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/docs/usage/install/index.mdx
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -108,12 +108,11 @@ Note: such `go install`/`go get` installation aren't guaranteed to work. We reco
108
108
109
109
`go install`/`go get` installation isn't recommended because of the following points:
110
110
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.
112
112
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.12bug](https://github.com/golang/go/issues/29612)).
0 commit comments