Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix deprecations and linting #3520

Merged
merged 1 commit into from
Aug 8, 2022
Merged

Conversation

zroubalik
Copy link
Member

@zroubalik zroubalik commented Aug 8, 2022

Signed-off-by: Zbynek Roubalik [email protected]

with golangci-lint version 1.48.0 there can be discovered additional problems in the repo, some linting problems and some deprecations, such as:

SA1019: "io/ioutil" has been deprecated since Go 1.16: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)

Checklist

  • Commits are signed with Developer Certificate of Origin (DCO - learn more)

@zroubalik zroubalik requested a review from a team as a code owner August 8, 2022 19:37
@zroubalik zroubalik enabled auto-merge (squash) August 8, 2022 19:38
@zroubalik
Copy link
Member Author

zroubalik commented Aug 8, 2022

/run-e2e
Update: You can check the progress here

@zroubalik zroubalik disabled auto-merge August 8, 2022 20:21
@zroubalik zroubalik enabled auto-merge (squash) August 8, 2022 21:01
@zroubalik zroubalik merged commit 7a0b37b into kedacore:main Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants