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

fix(transport): remove conditional App Engine gen 1 Go hooks #2158

Merged
merged 2 commits into from
Sep 12, 2023

Conversation

quartzmo
Copy link
Member

  • Remove gRPC hook for google.golang.org/appengine/socket
  • Remove HTTP hook for google.golang.org/appengine/urlfetch

Both hooks load packages that are no longer intended for use in the App Engine Go second generation runtime (>= Go 1.11).

closes: #2128

* Remove gRPC hook for google.golang.org/appengine/socket
* Remove HTTP hook for google.golang.org/appengine/urlfetch

Both hooks load packages that are no longer intended for use in the
App Engine Go second generation runtime (>= Go 1.11).

closes: googleapis#2128
@quartzmo quartzmo requested a review from a team as a code owner September 12, 2023 21:23
@quartzmo quartzmo added the automerge Merge the pull request once unit tests and other checks pass. label Sep 12, 2023
@gcf-merge-on-green gcf-merge-on-green bot merged commit c2fa93e into googleapis:main Sep 12, 2023
5 checks passed
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Sep 12, 2023
@quartzmo quartzmo deleted the transport-appengine branch September 12, 2023 22:56
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.

Remove process for appengine
2 participants