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

Remove pkg/util/coverage #5032

Merged
merged 2 commits into from Apr 8, 2022

Conversation

SgtCoDFish
Copy link
Member

@SgtCoDFish SgtCoDFish commented Apr 8, 2022

Pull Request Motivation

Fixes #5029

We shouldn't use https://pkg.go.dev/testing#MainStart anywhere since it's not subject to the Go 1.x compat guarantee. Fixing this is gonna be a pain, so just remove it.

Kind

/kind bug

Release Note

Remove pkg/util/coverage which broke compatibility with go 1.18; thanks @davidsbond for finding the issue!

@jetstack-bot jetstack-bot added kind/bug Categorizes issue or PR as related to a bug. release-note Denotes a PR that will be considered when it comes time to generate release notes. dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Apr 8, 2022
@SgtCoDFish
Copy link
Member Author

/test pull-cert-manager-make-test

@SgtCoDFish
Copy link
Member Author

/test pull-cert-manager-make-e2e-v1-23

@jetstack-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: davidsbond, SgtCoDFish

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
@jakexks
Copy link
Member

jakexks commented Apr 8, 2022

/lgtm

@jetstack-bot jetstack-bot added the lgtm Indicates that a PR is ready to be merged. label Apr 8, 2022
@jetstack-bot jetstack-bot merged commit 3e2433a into cert-manager:master Apr 8, 2022
@jetstack-bot jetstack-bot added this to the v1.8 milestone Apr 8, 2022
@SgtCoDFish SgtCoDFish deleted the contributorempathy branch April 11, 2022 08:53
@SgtCoDFish
Copy link
Member Author

Note: there are a few references to this stuff in bazel code dotted around, but it doesn't look like this removal should break anything. If it does, I'll remove those other references too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. kind/bug Categorizes issue or PR as related to a bug. lgtm Indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

testing.MainStart has changed signature in go1.18
4 participants