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 106
106
# golangci.com configuration
107
107
# https://github.com/golangci/golangci/wiki/Configuration
108
108
service :
109
- golangci-lint-version : 1.20 .x # use the fixed version to not introduce new linters unexpectedly
109
+ golangci-lint-version : 1.22 .x # use the fixed version to not introduce new linters unexpectedly
110
110
prepare :
111
111
- echo "here I can run custom commands, but no preparation needed for this repo"
Original file line number Diff line number Diff line change @@ -1045,7 +1045,7 @@ run:
1045
1045
# golangci.com configuration
1046
1046
# https://github.com/golangci/golangci/wiki/Configuration
1047
1047
service:
1048
- golangci-lint-version: 1 .20 .x # use the fixed version to not introduce new linters unexpectedly
1048
+ golangci-lint-version: 1 .22 .x # use the fixed version to not introduce new linters unexpectedly
1049
1049
prepare:
1050
1050
- echo "here I can run custom commands, but no preparation needed for this repo"
1051
1051
```
You can’t perform that action at this time.
0 commit comments