File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,6 @@ issues:
61
61
# golangci.com configuration
62
62
# https://github.com/golangci/golangci/wiki/Configuration
63
63
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
65
65
prepare :
66
66
- echo "here I can run custom commands, but no preparation needed for this repo"
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
99
99
With ` go1.11 ` or later you can get a particular version
100
100
101
101
``` 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
103
103
```
104
104
105
105
#### MacOS
@@ -873,7 +873,7 @@ issues:
873
873
# golangci.com configuration
874
874
# https://github.com/golangci/golangci/wiki/Configuration
875
875
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
877
877
prepare:
878
878
- echo "here I can run custom commands, but no preparation needed for this repo"
879
879
```
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
99
99
With ` go1.11 ` or later you can get a particular version
100
100
101
101
``` 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
103
103
```
104
104
105
105
#### MacOS
You can’t perform that action at this time.
0 commit comments