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

DAOS-16886 control: Update deprecated code #15635

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

mjmac
Copy link
Contributor

@mjmac mjmac commented Dec 17, 2024

The ioutil package has been deprecated since Go 1.16
and may be removed in the future. Update the code to
use the standard interfaces.

Also fix a linter warning that is now a compile error
in Go 1.24+ (non-constant format string in call
to *f functions).

Features: control
Required-githooks: true
Signed-off-by: Michael MacDonald mjmac@google.com

The ioutil package has been deprecated since Go 1.16
and may be removed in the future. Update the code to
use the standard interfaces.

Also fix a linter warning that is now a compile error
in Go 1.24+ (non-constant format string in call
to *f functions).

Features: control
Required-githooks: true
Signed-off-by: Michael MacDonald <mjmac@google.com>
Copy link

Ticket title is 'Update control plane code for Go 1.24+'
Status is 'In Review'
https://daosio.atlassian.net/browse/DAOS-16886

@techbasset techbasset self-requested a review December 19, 2024 03:36
@mjmac mjmac merged commit 41b089d into google/2.6 Dec 19, 2024
49 checks passed
@mjmac mjmac deleted the mjmac/DAOS-16886-google-2.6 branch December 19, 2024 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants