File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 105
105
# golangci.com configuration
106
106
# https://github.com/golangci/golangci/wiki/Configuration
107
107
service :
108
- golangci-lint-version : 1.20 .x # use the fixed version to not introduce new linters unexpectedly
108
+ golangci-lint-version : 1.22 .x # use the fixed version to not introduce new linters unexpectedly
109
109
prepare :
110
110
- echo "here I can run custom commands, but no preparation needed for this repo"
Original file line number Diff line number Diff line change @@ -1021,7 +1021,7 @@ run:
1021
1021
# golangci.com configuration
1022
1022
# https://github.com/golangci/golangci/wiki/Configuration
1023
1023
service:
1024
- golangci-lint-version: 1 .20 .x # use the fixed version to not introduce new linters unexpectedly
1024
+ golangci-lint-version: 1 .22 .x # use the fixed version to not introduce new linters unexpectedly
1025
1025
prepare:
1026
1026
- echo "here I can run custom commands, but no preparation needed for this repo"
1027
1027
```
You can’t perform that action at this time.
0 commit comments