Skip to content

Commit c92a7a3

Browse files
committed
docs: s/1.16/1.17
1 parent d7ea266 commit c92a7a3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.golangci.yml

+1-1
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.16.x # use the fixed version to not introduce new linters unexpectedly
64+
golangci-lint-version: 1.17.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

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
9999
With `go1.11` or later you can get a particular version
100100

101101
```bash
102-
GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.16.0
102+
GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.17.0
103103
```
104104

105105
#### MacOS
@@ -873,7 +873,7 @@ issues:
873873
# golangci.com configuration
874874
# https://github.com/golangci/golangci/wiki/Configuration
875875
service:
876-
golangci-lint-version: 1.16.x # use the fixed version to not introduce new linters unexpectedly
876+
golangci-lint-version: 1.17.x # use the fixed version to not introduce new linters unexpectedly
877877
prepare:
878878
- echo "here I can run custom commands, but no preparation needed for this repo"
879879
```

README.tmpl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
9999
With `go1.11` or later you can get a particular version
100100

101101
```bash
102-
GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.16.0
102+
GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.17.0
103103
```
104104

105105
#### MacOS

0 commit comments

Comments
 (0)