You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Sponsored by [GolangCI.com](https://golangci.com): SaaS service for running lint
29
29
30
30
# Install
31
31
```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
33
33
```
34
34
35
35
# Demo
@@ -358,7 +358,7 @@ A: You have 2 choices:
358
358
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.
359
359
360
360
**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`
362
362
2. Run it with `-v` option and check output.
363
363
3. If it doesn't help create [GitHub issue](https://github.com/golangci/golangci-lint/issues/new) with output.
0 commit comments