Skip to content

Commit e925b8f

Browse files
tariq1890jirfag
authored andcommitted
update golangci version references in the documentation
1 parent 692dacb commit e925b8f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ issues:
6161
# golangci.com configuration
6262
# https://github.com/golangci/golangci/wiki/Configuration
6363
service:
64-
golangci-lint-version: 1.15.x # use the fixed version to not introduce new linters unexpectedly
64+
golangci-lint-version: 1.16.x # use the fixed version to not introduce new linters unexpectedly
6565
prepare:
6666
- echo "here I can run custom commands, but no preparation needed for this repo"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ issues:
871871
# golangci.com configuration
872872
# https://github.com/golangci/golangci/wiki/Configuration
873873
service:
874-
golangci-lint-version: 1.15.x # use the fixed version to not introduce new linters unexpectedly
874+
golangci-lint-version: 1.16.x # use the fixed version to not introduce new linters unexpectedly
875875
prepare:
876876
- echo "here I can run custom commands, but no preparation needed for this repo"
877877
```
@@ -926,8 +926,8 @@ Short answer: go 1.11 and newer are oficially supported.
926926
Long answer:
927927
1. go < 1.9 isn't supported
928928
2. go 1.9 is supported by golangci-lint <= v1.10.2
929-
3. go 1.10 is oficially supported by golangci-lint <= 1.15.0.
930-
4. go1.11 and go1.12 are oficially supported by the latest version of golangci-lint.
929+
3. go 1.10 is officially supported by golangci-lint <= 1.15.0.
930+
4. go1.11 and go1.12 are officially supported by the latest version of golangci-lint.
931931
932932
**`golangci-lint` doesn't work**
933933

README.tmpl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,8 +475,8 @@ Short answer: go 1.11 and newer are oficially supported.
475475
Long answer:
476476
1. go < 1.9 isn't supported
477477
2. go 1.9 is supported by golangci-lint <= v1.10.2
478-
3. go 1.10 is oficially supported by golangci-lint <= 1.15.0.
479-
4. go1.11 and go1.12 are oficially supported by the latest version of golangci-lint.
478+
3. go 1.10 is officially supported by golangci-lint <= 1.15.0.
479+
4. go1.11 and go1.12 are officially supported by the latest version of golangci-lint.
480480

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

0 commit comments

Comments
 (0)