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 typo that prevented compiling with Go 1.19 #1469

Merged
merged 2 commits into from
Apr 3, 2023

Conversation

cfryanr
Copy link
Member

@cfryanr cfryanr commented Apr 3, 2023

Fix a typo in a file which is only compiled when using Go 1.19 or older.

Also remove the test for the test helper because it can't pass with Go 1.18 or older, and we don't really need it anyway.

Release note:

NONE

@codecov
Copy link

codecov bot commented Apr 3, 2023

Codecov Report

Merging #1469 (a041295) into main (6ae3c0a) will decrease coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1469      +/-   ##
==========================================
- Coverage   75.39%   75.37%   -0.02%     
==========================================
  Files         166      165       -1     
  Lines       14938    14936       -2     
==========================================
- Hits        11262    11258       -4     
- Misses       3383     3385       +2     
  Partials      293      293              

see 2 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Member

@benjaminapetersen benjaminapetersen left a comment

Choose a reason for hiding this comment

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

👍

@benjaminapetersen benjaminapetersen merged commit 64263fd into main Apr 3, 2023
@benjaminapetersen benjaminapetersen deleted the fix_typo_for_go1.19 branch April 3, 2023 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants