Skip to content

Commit 6f6f105

Browse files
authored
docs: fix go get -tool command (#5669)
1 parent 3f275e3 commit 6f6f105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/welcome/install.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ go tool -modfile=golangci-lint.mod golangci-lint run
203203

204204
```sh
205205
# Update golangci-lint
206-
go get -tool -modfile=golangci-lint.mod github.com/golangci/v2/golangci-lint/cmd/golangci-lint@latest
206+
go get -tool -modfile=golangci-lint.mod github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest
207207
```
208208

209209
**Method 2: dedicated module**

0 commit comments

Comments
 (0)