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: drop deprecated ioutil #1051

Merged

Conversation

shubhindia
Copy link
Contributor

Problem

With the two proposals accepted (golang/go#42026 and golang/go#40025), the package io/ioutil has been deprecated
since Go 1.16

Solution

This PR removes remaining traces of it.

Changes Made

  • Replaced ioutil with either os or io package

How to Test

komiser start --config config.toml

Notes

This is just groundwork for getting the linter in

Checklist

  • Code follows the contributing guidelines
  • Changes have been thoroughly tested
  • Documentation has been updated, if necessary
  • Any dependencies have been added to the project, if necessary

Signed-off-by: shubhindia <shubhindia123@gmail.com>
Copy link
Collaborator

@AvineshTripathi AvineshTripathi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mlabouardy mlabouardy added this to the v3.1.2 milestone Oct 9, 2023
@mlabouardy mlabouardy merged commit 0c8eda2 into tailwarden:develop Oct 9, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants