cyberark / secrets-provider-for-k8s

Cyberark secrets provider for k8s
Apache License 2.0
26 stars 11 forks source link

Replace deprecated io/ioutil package #528

Closed john-odonnell closed 1 year ago

john-odonnell commented 1 year ago

Desired Outcome

As of Go 1.16 io/ioutil is deprecated in favor of functions in io or os packages.

Implemented Changes

Replaces io/ioutil functions with their replacements in io and os.

Connected Issue/Story

N/A

Definition of Done

At least 1 todo must be completed in the sections below for the PR to be merged.

Changelog

Test coverage

Documentation

Behavior

Security

codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit 005c3841 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 88.2% (0.0% change).

View more on Code Climate.