-
Notifications
You must be signed in to change notification settings - Fork 248
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
net/cloudflared(FTBFS): force bump quic-go on go1.20 #698
Labels
bug
Something isn't working
Comments
Unfortunately we got no response from upstream. |
Bumping deps and testing on my local machine. Will submit a pull request to upstream if it works. |
PR is live at cloudflare/cloudflared#945. reviews are welcomed. |
1715173329
added a commit
that referenced
this issue
Apr 18, 2023
Ref: #698 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
mochaaP
changed the title
net/cloudflared(FTBTS): force bump quic-go on go1.20
net/cloudflared(FTBFS): force bump quic-go on go1.20
Apr 28, 2023
it somehow compiles again in 2023.5.1. |
"somehow" -> due to cloudflare/cloudflared@9426b60 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/immortalwrt/packages/actions/runs/4725339224/jobs/8383627775#step:5:4318 due to a outdated dependency (maybe plus some incorrect module
replace
s), the package could not build with go1.20 on the master branch.Solution
a). Patch
go.mod
ourselves for nowb). Ask upstream about bumping deps
The text was updated successfully, but these errors were encountered: