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/golang-issue-4373 #249

Merged
merged 1 commit into from
May 3, 2024
Merged

Conversation

blixenkrone
Copy link
Contributor

WHAT

Solves the error check hack from issue: golang/go#4373
Now that the issue has been resolved, we can use the error appropriately.

Copy link

google-cla bot commented May 3, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@blixenkrone
Copy link
Contributor Author

Changed email, updated CLA.

Copy link
Collaborator

@tklauser tklauser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

This is fine given that net.ErrClosed was introduced in Go 1.16 and we currently require at least 1.17.

The CI failure on 1.17/macos-latest is due to an external dependency and unrelated to this PR.

@tklauser tklauser merged commit 48b357e into google:master May 3, 2024
8 of 10 checks passed
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