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 @@ -154,7 +154,7 @@ jobs:
154
154
155
155
- name : Install golangci-lint
156
156
if : steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.go_files == 'true'
157
- run : go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.1
157
+ run : go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.2
158
158
159
159
- name : Clean Env
160
160
if : steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.go_files == 'true'
Original file line number Diff line number Diff line change @@ -154,4 +154,4 @@ issues:
154
154
155
155
# https://github.com/golangci/golangci/wiki/Configuration
156
156
service :
157
- golangci-lint-version : 1.50.1 # use the fixed version to not introduce new linters unexpectedly
157
+ golangci-lint-version : 1.52.2 # use the fixed version to not introduce new linters unexpectedly
You can’t perform that action at this time.
0 commit comments