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

ci: bypass proxy.golang.org in Go toolchain installation #29549

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

tklauser
Copy link
Member

@tklauser tklauser commented Dec 1, 2023

Directly access golang.org/dl to avoid errors such as

go: golang.org/dl/go1.21.4@latest: module golang.org/dl/go1.21.4: Get "https://proxy.golang.org/golang.org/dl/go1.21.4/@v/list": dial tcp: lookup proxy.golang.org on 127.0.0.53:53: server misbehaving
Error: Process completed with exit code 1.

Reported-by: Julian Wiedmann jwi@isovalent.com

Directly access golang.org/dl to avoid errors such as

> go: golang.org/dl/go1.21.4@latest: module golang.org/dl/go1.21.4: Get "https://proxy.golang.org/golang.org/dl/go1.21.4/@v/list": dial tcp: lookup proxy.golang.org on 127.0.0.53:53: server misbehaving
> Error: Process completed with exit code 1.

Reported-by: Julian Wiedmann <jwi@isovalent.com>
Signed-off-by: Tobias Klauser <tobias@cilium.io>
@tklauser tklauser added the release-note/ci This PR makes changes to the CI. label Dec 1, 2023
@tklauser tklauser requested review from a team as code owners December 1, 2023 12:28
@julianwiedmann
Copy link
Member

/ci-verifier

@aanm
Copy link
Member

aanm commented Dec 1, 2023

Verifier test has passed, merging...

@aanm aanm merged commit e263ddf into main Dec 1, 2023
50 checks passed
@aanm aanm deleted the pr/tklauser/ci-verifier-skip-go-proxy branch December 1, 2023 13:50
@giorio94 giorio94 added needs-backport/1.12 needs-backport/1.14 This PR / issue needs backporting to the v1.14 branch labels Jan 23, 2024
@giorio94
Copy link
Member

giorio94 commented Jan 23, 2024

Marked for backport to all stable branches as it enhances #27857, which is being backported as well.

@giorio94 giorio94 mentioned this pull request Jan 23, 2024
4 tasks
@giorio94 giorio94 added backport-pending/1.14 The backport for Cilium 1.14.x for this PR is in progress. and removed needs-backport/1.14 This PR / issue needs backporting to the v1.14 branch needs-backport/1.12 labels Jan 23, 2024
@github-actions github-actions bot added backport-done/1.14 The backport for Cilium 1.14.x for this PR is done. and removed backport-pending/1.14 The backport for Cilium 1.14.x for this PR is in progress. labels Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-done/1.14 The backport for Cilium 1.14.x for this PR is done. release-note/ci This PR makes changes to the CI.
Projects
No open projects
Status: Released
Development

Successfully merging this pull request may close these issues.

5 participants