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

Update golangci-lint in CI; remove use of deprecated ioutil package #6

Merged
merged 1 commit into from
Jan 5, 2023

Conversation

sd2k
Copy link
Contributor

@sd2k sd2k commented Jan 4, 2023

io/ioutil has been deprecated since Go 1.16. Since we declare go 1.17 in go.mod
we can remove the usage of the deprecated package and use io directly instead.

This also updates the version of golangci-lint used in CI to a version which
caught this deprecation warning.

io/ioutil has been deprecated since Go 1.16. Since we declare go 1.17 in go.mod
we can remove the usage of the deprecated package and use io directly instead.

This also updates the version of golangci-lint used in CI to a version which
caught this deprecation warning.
@sd2k sd2k requested a review from csmarchbanks January 4, 2023 10:32
@csmarchbanks csmarchbanks merged commit f34ae4f into main Jan 5, 2023
@sd2k sd2k deleted the remove-deprecated-ioutil branch January 5, 2023 16:03
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.

None yet

2 participants