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

go.mod: retract v0.3.0 #278

Merged
merged 1 commit into from
Dec 9, 2022
Merged

Conversation

AkihiroSuda
Copy link
Member

v0.3.0 was retagged: cd604c1...8565357
containerd/nerdctl#1627 (comment)

Description about the retract directive: https://go.dev/ref/mod#go-mod-file-retract

go.mod Outdated
@@ -109,3 +109,6 @@ replace (
cloud.google.com/go => cloud.google.com/go v0.81.0
github.com/opencontainers/image-spec => github.com/opencontainers/image-spec v1.0.2
)

// v0.3.0 was retagged: cd604c1b597558ea045a79c4f80a8c780909801b -> 85653575c7dafb6b06548478ee1dc61ac5905d00
retract v0.3.0
Copy link
Member

Choose a reason for hiding this comment

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

Should we put the retract line at Line 101 retract parentheses?

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks, updated

@codecov-commenter
Copy link

codecov-commenter commented Dec 9, 2022

Codecov Report

Base: 33.00% // Head: 33.35% // Increases project coverage by +0.35% 🎉

Coverage data is based on head (dcb0f10) compared to base (6e5f1fa).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #278      +/-   ##
==========================================
+ Coverage   33.00%   33.35%   +0.35%     
==========================================
  Files          29       29              
  Lines        3124     3124              
==========================================
+ Hits         1031     1042      +11     
+ Misses       1985     1974      -11     
  Partials      108      108              
Impacted Files Coverage Δ
pkg/auth/kubesecret.go 36.58% <0.00%> (+8.94%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

v0.3.0 was retagged:
containerd/nydus-snapshotter@cd604c1...8565357

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
@changweige changweige merged commit dccb970 into containerd:main Dec 9, 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.

None yet

4 participants