-
Notifications
You must be signed in to change notification settings - Fork 547
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
Change go module name to github.com/sigstore/cosign/v2 for Cosign 2.0 #2544
Conversation
Signed-off-by: Priya Wadhwa <priya@chainguard.dev>
Codecov Report
@@ Coverage Diff @@
## main #2544 +/- ##
=======================================
Coverage 30.08% 30.08%
=======================================
Files 139 139
Lines 8607 8607
=======================================
Hits 2589 2589
Misses 5642 5642
Partials 376 376
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Priya Wadhwa <priya@chainguard.dev>
@@ -1,4 +1,4 @@ | |||
module github.com/sigstore/cosign | |||
module github.com/sigstore/cosign/v2 | |||
|
|||
go 1.18 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we bump this to 1.19? 1.20 is almost out and 1.18 will be deprecated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that's smart but let's do it in a different PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gosh I love how "simple" Go is, good work Golang team
Signed-off-by: Priya Wadhwa priya@chainguard.dev
This is required to build a 2.0 version by go modules, the original rc release failed with this error:
Release Note
Change go module name to github.com/sigstore/cosgn/v2 for Cosign 2.0