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

fix: migrate deprecated io/ioutil.ReadFile to os.ReadFile #714

Merged
merged 1 commit into from
Feb 21, 2025

Conversation

steveruckdashel
Copy link
Contributor

ioutil package functions where deprecated in Go 1.16. ioutil.ReadFile is the same as os.ReadFile. There was a single reference left in this package. This PR fixes that.

fix: #713

https://pkg.go.dev/io/ioutil

Definition of Ready

  • I am happy with the code
  • Short description of the feature/issue is added in the pr description
  • PR is linked to the corresponding user story
  • Acceptance criteria are met
  • All open todos and follow ups are defined in a new ticket and justified
  • Deviations from the acceptance criteria and design are agreed with the PO and documented.
  • No debug or dead code
  • My code has no repetitions
  • Critical parts are tested automatically
  • Where possible E2E tests are implemented
  • Documentation/examples are up-to-date
  • All non-functional requirements are met
  • Functionality of the acceptance criteria is checked manually on the dev system.

Sorry, something went wrong.

@muhlemmer muhlemmer enabled auto-merge (squash) February 21, 2025 09:51
@muhlemmer muhlemmer merged commit eb98343 into zitadel:main Feb 21, 2025
6 checks passed
@muhlemmer
Copy link
Collaborator

hey @steveruckdashel thanks for the contribution.

If you'd like to have a small gift in return, please send us a mail to hi@zitadel.com. We will send you a form with questions about your address and shirt size.

Copy link

🎉 This PR is included in version 3.34.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Use of deprecated ioutil.ReadFile
3 participants