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

Use go install instead of go get to install executables #4263

Merged
merged 1 commit into from
Dec 1, 2022

Conversation

jiayiwang7
Copy link
Member

@jiayiwang7 jiayiwang7 commented Dec 1, 2022

Issue #, if available:

In Go 1.18, go get will no longer build packages: https://go.dev/doc/go-get-install-deprecation
Kubebuilder also deprecated go get in the Makefile template: kubernetes-sigs/kubebuilder#2486

Description of changes:

Use go install to install the tool binaries instead of with go get

Testing (if applicable):

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@eks-distro-bot eks-distro-bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Dec 1, 2022
@codecov
Copy link

codecov bot commented Dec 1, 2022

Codecov Report

Merging #4263 (5aa49f6) into main (b62dd15) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #4263      +/-   ##
==========================================
- Coverage   68.45%   68.44%   -0.01%     
==========================================
  Files         404      404              
  Lines       32786    32786              
==========================================
- Hits        22444    22441       -3     
- Misses       8901     8903       +2     
- Partials     1441     1442       +1     
Impacted Files Coverage Δ
pkg/providers/vsphere/vsphere.go 62.42% <0.00%> (-0.43%) ⬇️

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

@eks-distro-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by:

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

@eks-distro-bot eks-distro-bot merged commit 487d1a6 into aws:main Dec 1, 2022
d8660091 pushed a commit to d8660091/eks-anywhere that referenced this pull request Dec 2, 2022
@jiayiwang7 jiayiwang7 deleted the makefile branch December 15, 2022 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants