We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
go get -tool
1 parent 3f275e3 commit 6f6f105Copy full SHA for 6f6f105
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