This repository was archived by the owner on Jul 31, 2025. It is now read-only.
fix: go mod tidy with "gorm.io/gorm latest" in go.mod file#1626
Open
zyyw wants to merge 1 commit intonotaryproject:masterfrom
Open
fix: go mod tidy with "gorm.io/gorm latest" in go.mod file#1626zyyw wants to merge 1 commit intonotaryproject:masterfrom
zyyw wants to merge 1 commit intonotaryproject:masterfrom
Conversation
Signed-off-by: Shengwen Yu <yshengwen@vmware.com>
Contributor
|
This was done in #1639 so this can be closed. |
|
@zyyw I'm afraid you made a mistake while updating the library, because in go.mod there is still this: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Close: #1625
the code change of this PR is done automatically by running "go mod tidy" after change
github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8togorm.io/gorm latestin the go.mod fileVerification:
8ce2bf10.export DOCKER_CONTENT_TRUST=1 && export DOCKER_CONTENT_TRUST_SERVER=https://harbor_ip:4443docker push 10.92.122.104/library/nginx:1.13.12and having output like this:
Conclusion:
Build notary images based on the change of this PR, notary-server and notary-signer are working fine in harbor and can sign images.