We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
go get -tool
1 parent 3f275e3 commit e7703afCopy full SHA for e7703af
docs/src/docs/welcome/install.mdx
@@ -203,7 +203,7 @@ go tool -modfile=golangci-lint.mod golangci-lint run
203
204
```sh
205
# Update golangci-lint
206
-go get -tool -modfile=golangci-lint.mod github.com/golangci/v2/golangci-lint/cmd/golangci-lint@latest
+go get -tool -modfile=golangci-lint.mod github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest
207
```
208
209
**Method 2: dedicated module**
0 commit comments