mirror of
https://github.com/containers/skopeo.git
synced 2025-04-28 03:10:18 +00:00
Run (go mod tidy) before (go mod vendor)
This is conceptually consistent: First change the set of dependencies, then update the vendored copy. (Due to (go mod verify) afterwards, and CI running this again, this should not make a difference in practice, so this is just a clean-up.) Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
9d21b48f8b
commit
17848a1868
2
Makefile
2
Makefile
@ -184,8 +184,8 @@ test-unit-local:
|
|||||||
$(GPGME_ENV) $(GO) test $(MOD_VENDOR) -tags "$(BUILDTAGS)" $$($(GO) list $(MOD_VENDOR) -tags "$(BUILDTAGS)" -e ./... | grep -v '^github\.com/containers/skopeo/\(integration\|vendor/.*\)$$')
|
$(GPGME_ENV) $(GO) test $(MOD_VENDOR) -tags "$(BUILDTAGS)" $$($(GO) list $(MOD_VENDOR) -tags "$(BUILDTAGS)" -e ./... | grep -v '^github\.com/containers/skopeo/\(integration\|vendor/.*\)$$')
|
||||||
|
|
||||||
vendor:
|
vendor:
|
||||||
$(GO) mod vendor
|
|
||||||
$(GO) mod tidy
|
$(GO) mod tidy
|
||||||
|
$(GO) mod vendor
|
||||||
$(GO) mod verify
|
$(GO) mod verify
|
||||||
|
|
||||||
vendor-in-container:
|
vendor-in-container:
|
||||||
|
Loading…
Reference in New Issue
Block a user