File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,6 @@ issues:
6161# golangci.com configuration
6262# https://github.com/golangci/golangci/wiki/Configuration
6363service :
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"
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
9999With ` 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
875875service:
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```
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
9999With ` 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
You can’t perform that action at this time.
0 commit comments