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

Replace ioutil.ReadFile call with os.ReadFile #83

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

robvanoostenrijk
Copy link
Contributor

@robvanoostenrijk robvanoostenrijk commented Dec 22, 2024

Replacing deprecated function

As of Go 1.16, this function simply calls os.ReadFile

@itzg
Copy link
Owner

itzg commented Dec 22, 2024

I'll separately investigate what transitive dependency is bring in in that JWT library version

https://github.com/itzg/saml-auth-proxy/actions/runs/12454207353/job/34766617072#step:2:1

@itzg itzg changed the title As of Go 1.16, this function simply calls os.ReadFile Replace ioutil.ReadFile call with os.ReadFile Dec 22, 2024
@itzg itzg merged commit 4350d33 into itzg:master Dec 22, 2024
1 of 2 checks passed
@itzg
Copy link
Owner

itzg commented Dec 22, 2024

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.

2 participants