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 106106# golangci.com configuration
107107# https://github.com/golangci/golangci/wiki/Configuration
108108service :
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
110110 prepare :
111111 - 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:
10451045# golangci.com configuration
10461046# https://github.com/golangci/golangci/wiki/Configuration
10471047service:
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
10491049 prepare:
10501050 - echo "here I can run custom commands, but no preparation needed for this repo"
10511051```
You can’t perform that action at this time.
0 commit comments