fix: go mod would not copy the non-go files by default#1078
fix: go mod would not copy the non-go files by default#1078andyliuliming wants to merge 1 commit intoAzure:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: andyliuliming If they are not already assigned, you can assign the PR to them by writing 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 |
|
@andyliuliming can you make sure your commit messages follow https://www.conventionalcommits.org/? Otherwise they don't show up in the changelog we generate. |
so do go-bindata here will help projects which vendored aks-engine.
99ff968 to
92b32c3
Compare
done, thanks. |
|
We have tried before to check the The tradeoff is that you have to run |
|
What @mboersma said is correct. We can't accept this change as-is. |
|
but if we switch to use the go module. |
|
So #1077 won't work without this change? Theoretically, the binary data could be broken into small segments to ensure there was minimal contention over changes. If there were a very close mapping between the script or code and its But I doubt we would want to make things that complicated—if that approach would even work. In practice, checking in these files required every PR in the queue to be rebased every time one was merged. |
then one no-compress option will help :) re-send one PR: #1088 |
Reason for Change:
fix: go mod would not copy the non-go files by default, so do go-bindata here is better. which will help the projects which vendored aks-engine .
Issue Fixed:
Requirements:
Notes: