Skip to content

Commit

Permalink
update golangci version references in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tariq1890 authored and jirfag committed Jun 9, 2019
1 parent 692dacb commit e925b8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ issues:
# golangci.com configuration
# https://github.com/golangci/golangci/wiki/Configuration
service:
golangci-lint-version: 1.15.x # use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.16.x # use the fixed version to not introduce new linters unexpectedly
prepare:
- echo "here I can run custom commands, but no preparation needed for this repo"
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ issues:
# golangci.com configuration
# https://github.com/golangci/golangci/wiki/Configuration
service:
golangci-lint-version: 1.15.x # use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.16.x # use the fixed version to not introduce new linters unexpectedly
prepare:
- echo "here I can run custom commands, but no preparation needed for this repo"
```
Expand Down Expand Up @@ -926,8 +926,8 @@ Short answer: go 1.11 and newer are oficially supported.
Long answer:
1. go < 1.9 isn't supported
2. go 1.9 is supported by golangci-lint <= v1.10.2
3. go 1.10 is oficially supported by golangci-lint <= 1.15.0.
4. go1.11 and go1.12 are oficially supported by the latest version of golangci-lint.
3. go 1.10 is officially supported by golangci-lint <= 1.15.0.
4. go1.11 and go1.12 are officially supported by the latest version of golangci-lint.
**`golangci-lint` doesn't work**
Expand Down
4 changes: 2 additions & 2 deletions README.tmpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,8 @@ Short answer: go 1.11 and newer are oficially supported.
Long answer:
1. go < 1.9 isn't supported
2. go 1.9 is supported by golangci-lint <= v1.10.2
3. go 1.10 is oficially supported by golangci-lint <= 1.15.0.
4. go1.11 and go1.12 are oficially supported by the latest version of golangci-lint.
3. go 1.10 is officially supported by golangci-lint <= 1.15.0.
4. go1.11 and go1.12 are officially supported by the latest version of golangci-lint.

**`golangci-lint` doesn't work**

Expand Down

0 comments on commit e925b8f

Please sign in to comment.