Skip to content

Commit a1bf20b

Browse files
frouiouitimvaillancourt
authored andcommitted
Add timeout to golangci-lint and bump its version (vitessio#12852) (vitessio#12853)
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr> Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
1 parent 7f8dd2e commit a1bf20b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static_checks_etc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
155155
- name: Install golangci-lint
156156
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
158158

159159
- name: Clean Env
160160
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.go_files == 'true'

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ issues:
154154

155155
# https://github.com/golangci/golangci/wiki/Configuration
156156
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

0 commit comments

Comments
 (0)