Skip to content

Commit 327e4ae

Browse files
author
golangci
authored
Update README.md
1 parent 826ca73 commit 327e4ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Sponsored by [GolangCI.com](https://golangci.com): SaaS service for running lint
2929

3030
# Install
3131
```bash
32-
go get -u gopkg.in/golangci/golangci-lint.v1/cmd/golangci-lint
32+
go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
3333
```
3434

3535
# Demo
@@ -358,7 +358,7 @@ A: You have 2 choices:
358358
2. Use custom CI: just run `golangci-lint` in CI and check exit code. If it's non-zero - fail build. The main disadvantage is that you can't see found issues in pull request code and should view build log, then open needed source file to see a context.
359359

360360
**Q: `golangci-lint` doesn't work**
361-
1. Update it: `go get -u gopkg.in/golangci/golangci-lint.v1/cmd/golangci-lint`
361+
1. Update it: `go get -u github.com/golangci/golangci-lint/cmd/golangci-lint`
362362
2. Run it with `-v` option and check output.
363363
3. If it doesn't help create [GitHub issue](https://github.com/golangci/golangci-lint/issues/new) with output.
364364

0 commit comments

Comments
 (0)