Bug 2087934: Remove go get#192
Conversation
9ce7dfa to
c7180f9
Compare
|
/lgtm |
|
@josephdrichard: This pull request references Bugzilla bug 2087934, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Bugzilla (obochan@redhat.com), skipping review request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Go get was deprecated for installing packages in go 1.17 and removed in go 1.18. Replace with using go install.
c7180f9 to
77275bd
Compare
|
/hold cancel |
|
/retest |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aneeshkp, josephdrichard, sebrandon1 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@josephdrichard: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
@josephdrichard: All pull requests linked via external trackers have merged: Bugzilla bug 2087934 has been moved to the MODIFIED state. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Fix mutex lock when locked
Add must-gather collection to CI pipeline
Deprecated in 1.17 and removed in 1.18.
See https://go.dev/doc/go-get-install-deprecation