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 deprecated go get from Makefile #116

Merged
merged 1 commit into from
May 5, 2022
Merged

✨ Remove deprecated go get from Makefile #116

merged 1 commit into from
May 5, 2022

Conversation

jasonliu747
Copy link
Member

Signed-off-by: Jason Liu [email protected]

Ⅰ. Describe what this PR does

In Go 1.18, using go get to install go binaries is no longer supported, which breaks the go-get-tool step in the Makefile.

This was originally taken from Kubebuilder, and it looks like the new recommended approach is to simply use go install: kubernetes-sigs/kubebuilder#2486

This PR fixes all build dependencies to use the new method.

@koordinator-bot koordinator-bot bot requested review from FillZpp and hormes May 1, 2022 17:55
@codecov-commenter
Copy link

codecov-commenter commented May 1, 2022

Codecov Report

Merging #116 (1a2795e) into main (428e2d4) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #116   +/-   ##
=======================================
  Coverage   54.34%   54.34%           
=======================================
  Files          77       77           
  Lines        7277     7277           
=======================================
  Hits         3955     3955           
  Misses       2972     2972           
  Partials      350      350           
Flag Coverage Δ
unittests 54.34% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 428e2d4...1a2795e. Read the comment docs.

@koordinator-bot koordinator-bot bot added size/M and removed size/L labels May 2, 2022
Makefile Show resolved Hide resolved
@saintube
Copy link
Member

saintube commented May 4, 2022

/lgtm

@hormes
Copy link
Member

hormes commented May 5, 2022

/approve

@koordinator-bot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hormes

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

@koordinator-bot koordinator-bot bot merged commit 9a6a707 into koordinator-sh:main May 5, 2022
@jasonliu747 jasonliu747 deleted the go-get-deprecation branch May 5, 2022 02:30
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.

4 participants