Skip to content

Commit

Permalink
Add timeout to golangci-lint and bump its version (vitessio#12852) (v…
Browse files Browse the repository at this point in the history
…itessio#12853)

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
frouioui authored and timvaillancourt committed Mar 15, 2024
1 parent 7f8dd2e commit a1bf20b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static_checks_etc.yml
Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Install golangci-lint
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.go_files == 'true'
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.1
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.2

- name: Clean Env
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.go_files == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Expand Up @@ -154,4 +154,4 @@ issues:

# https://github.com/golangci/golangci/wiki/Configuration
service:
golangci-lint-version: 1.50.1 # use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.52.2 # use the fixed version to not introduce new linters unexpectedly

0 comments on commit a1bf20b

Please sign in to comment.