-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat: delete key pair #2217
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
feat: delete key pair #2217
Conversation
Codecov ReportBase: 67.71% // Head: 67.71% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #2217 +/- ##
=======================================
Coverage 67.71% 67.71%
=======================================
Files 6 6
Lines 508 508
=======================================
Hits 344 344
Misses 137 137
Partials 27 27 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. |
d69b2b4
to
be077f2
Compare
Signed-off-by: xiaohan <[email protected]>
be077f2
to
72db3f5
Compare
@@ -30,25 +30,25 @@ require ( | |||
github.com/mitchellh/go-homedir v1.1.0 | |||
github.com/modood/table v0.0.0-20220527013332-8d47e76dad33 | |||
github.com/onsi/ginkgo v1.16.5 | |||
github.com/onsi/gomega v1.20.2 | |||
github.com/onsi/gomega v1.22.1 |
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.
Add too many go mod changes, may be forgot to run go mod tidy
?
@@ -9,8 +9,8 @@ require ( | |||
github.com/aws/smithy-go v1.12.0 | |||
github.com/google/uuid v1.3.0 | |||
github.com/onsi/ginkgo v1.16.5 | |||
github.com/onsi/gomega v1.20.2 | |||
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 | |||
github.com/onsi/gomega v1.22.1 |
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.
Update infra go module changes root go.mod a lot. Strange.
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.
go mod tidy
Signed-off-by: zzjin <[email protected]>
Signed-off-by: zzjin <[email protected]>
Signed-off-by: xiaohan [email protected]