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

chore: update go and rules_go version #55

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

ethanfrogers
Copy link
Contributor

@ethanfrogers ethanfrogers commented Oct 19, 2023

older versions of Go suffer from issues with DNS resolution when
cross-compiling. the root of the issue is that Go <1.20 uses a built-in
DNS resolver which doesn't know how to resolve addresses when connected
to any VPN, like AppGate. because of this, rules like oci_push cannot
push images to GovCloud registry, making it more difficult to do things
like deploy from a laptop in the event of an incident.

this DNS issue was fixed in 1.20 (see this article) for more
information.

older versions of Go suffer from issues with DNS resolution when
cross-compiling. the root of the issue is that Go <1.20 uses a built-in
DNS resolver which doesn't know how to resolve addresses when connected
to any VPN, like AppGate. because of this, rules like `oci_push` cannot
push images to GovCloud registry, making it more difficult to do things
like deploy from a laptop in the event of an incident.

this DNS issue was fixed in 1.20 (see [this
article](https://danp.net/posts/macos-dns-change-in-go-1-20/)) for more
information.
@ethanfrogers
Copy link
Contributor Author

Current dependencies on/for this PR:

This comment was autogenerated by Freephite.

@ethanfrogers ethanfrogers merged commit 707e411 into main Oct 19, 2023
1 check passed
@ethanfrogers ethanfrogers deleted the ethan.rogers/upgrade-go-version branch October 19, 2023 13:01
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