-
Notifications
You must be signed in to change notification settings - Fork 49
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
[SM-1236] - Update release go workflow #787
Conversation
No New Or Fixed Issues Found |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #787 +/- ##
=======================================
Coverage 58.55% 58.55%
=======================================
Files 178 178
Lines 11544 11544
=======================================
Hits 6760 6760
Misses 4784 4784 ☔ View full report in Codecov by Sentry. |
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.
LGTM
Type of change
Objective
Update the Go Release workflow so that it inserts the static lib files into the changes that will get pushed to the
bitwarden/sm-sdk-go
repo on releases.A successful workflow (dry)-run can be found here.
Code changes
uuid
import in the Go wrapper. it is only used in theexample.go
project, where it is already imported.Before you submit