Skip to content

Commit

Permalink
update golangci-lint to 1.50.1 (vitessio#11873)
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Taylor <andres@planetscale.com>

Signed-off-by: Andres Taylor <andres@planetscale.com>
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
systay authored and timvaillancourt committed Mar 15, 2024
1 parent 44710f9 commit 7f8dd2e
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
Original file line number Diff line number Diff line change
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.46.2
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.1

- 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
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ issues:

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

0 comments on commit 7f8dd2e

Please sign in to comment.