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 a395a3e commit e499666Copy full SHA for e499666
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