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

Start using embed for assets #703

Merged
merged 3 commits into from Jul 7, 2021
Merged

Start using embed for assets #703

merged 3 commits into from Jul 7, 2021

Conversation

Fedosin
Copy link
Contributor

@Fedosin Fedosin commented Jun 30, 2021

In go 1.16 they introduced embed module that allows to inject assets in the binary automatically. With this module we don't need to generate code using go-bindata anymore, which means this library can be safely removed.

@openshift-ci openshift-ci bot requested review from bparees and dmage June 30, 2021 16:53
@Fedosin
Copy link
Contributor Author

Fedosin commented Jun 30, 2021

/test e2e-aws-operator

@Fedosin
Copy link
Contributor Author

Fedosin commented Jul 1, 2021

/retest

@dmage
Copy link
Member

dmage commented Jul 1, 2021

/approve
/retest

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 1, 2021
@Fedosin
Copy link
Contributor Author

Fedosin commented Jul 2, 2021

/retest

@openshift-ci openshift-ci bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 5, 2021
In go 1.16 they introduced embed module that allows to inject
assets in the binary automatically. With this module we don't need
to generate code using go-bindata anymore, which means this library
can be safely removed.
@openshift-ci openshift-ci bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 6, 2021
@Fedosin
Copy link
Contributor Author

Fedosin commented Jul 6, 2021

/test e2e-aws-operator

Copy link
Contributor

@ricardomaraschini ricardomaraschini left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 7, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 7, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dmage, Fedosin, ricardomaraschini

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:
  • OWNERS [dmage,ricardomaraschini]

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

@openshift-merge-robot openshift-merge-robot merged commit f44296c into openshift:master Jul 7, 2021
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. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants