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

Update vendor containers/(common,image) #1763

Merged
merged 1 commit into from
Sep 30, 2022
Merged

Conversation

rhatdan
Copy link
Member

@rhatdan rhatdan commented Sep 30, 2022

Signed-off-by: Daniel J Walsh [email protected]

Copy link
Member

@vrothberg vrothberg left a comment

Choose a reason for hiding this comment

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

/lgtm

@vrothberg vrothberg merged commit a2f29ac into containers:main Sep 30, 2022
@@ -245,12 +245,12 @@ test-unit-local: bin/skopeo
$(GO) test $(MOD_VENDOR) -tags "$(BUILDTAGS)" $$($(GO) list $(MOD_VENDOR) -tags "$(BUILDTAGS)" -e ./... | grep -v '^github\.com/containers/skopeo/\(integration\|vendor/.*\)$$')

vendor:
$(GO) mod tidy
$(GO) mod tidy -compat=1.17
Copy link
Contributor

Choose a reason for hiding this comment

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

I’m not too happy with this; it’s going to stay around forgotten forever.

AFAICT the typical effect of keeping compatibility with 1.16 is

  • to have to copy&paste a command from an error message, and run it — sure, a hassle
  • to end up with newer versions of some dependencies — a good thing.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants