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

Removed Redacted() function from req.url #1635

Open
wants to merge 1 commit into
base: release-branch.v7
Choose a base branch
from

Conversation

javed2214
Copy link

@javed2214 javed2214 commented Jul 23, 2022

Removed Redacted() function from from req.URL as it is creating issue while creating the go container. Getting compilation error while building the app. Seems like it doesn't support newer version of Go. My current version is 1.18. This issue is facing by a lot of users. Kindly fix that.

@mitar
Copy link

mitar commented Sep 16, 2022

It seems that it exists since 1.15: https://pkg.go.dev/net/url#URL.Redacted

And it compiles for me using Go 1.18 without this PR. So I am not sure why you are getting your error. Maybe you have too old Go version when building the container?

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