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

hack: update linter to v1.43 #2571

Merged
merged 2 commits into from
Jan 20, 2022
Merged

hack: update linter to v1.43 #2571

merged 2 commits into from
Jan 20, 2022

Conversation

tonistiigi
Copy link
Member

No description provided.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
@@ -47,7 +47,7 @@ func v1TarHeaderSelect(h *tar.Header) (orderedHeaders [][2]string) {
}

// Get extended attributes.
xAttrKeys := make([]string, len(h.PAXRecords))
xAttrKeys := make([]string, 0, len(h.PAXRecords))
Copy link
Member Author

Choose a reason for hiding this comment

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

😬

@crazy-max crazy-max merged commit 3df7865 into moby:master Jan 20, 2022
@crazy-max crazy-max added this to the v0.10.0 milestone Feb 4, 2022
haines added a commit to haines/multidockerfile that referenced this pull request Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants