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

[DEVOPS-1750] Build and release pipeline for go SDK #632

Merged

Conversation

michalchecinski
Copy link
Contributor

Type of change

- [ ] Bug fix
- [ ] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [x] Build/deploy pipeline (DevOps)
- [ ] Other

Objective

Code changes

  • languages/go/.version: Add file to hold current go SDK version
  • .github/workflows/version-bump.yml Add go SDK to version bump workflow
  • .github/workflows/golang-release.yml replace it with .github/workflows/release-go.yaml workflow.
  • .github/workflows/build-go.yaml Add build go as a separate workflow
  • .github/workflows/release-go.yml Update release go pipeline to our standards. Sync go SDK folder to external repo. Create release tag.

Before you submit

  • Please add unit tests where it makes sense to do so

@bitwarden-bot
Copy link

bitwarden-bot commented Feb 27, 2024

Logo
Checkmarx One – Scan Summary & Details9297af0d-4075-4521-8857-14422433b7e6

New Issues

Severity Issue Source File / Package Checkmarx Insight
MEDIUM Unpinned Actions Full Length Commit SHA /version-bump.yml: 55 Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA helps...

Fixed Issues

Severity Issue Source File / Package
MEDIUM Unpinned Actions Full Length Commit SHA /version-bump.yml: 54

Copy link

codecov bot commented Feb 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.50%. Comparing base (d1fe6b7) to head (78ead6c).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #632   +/-   ##
=======================================
  Coverage   59.50%   59.50%           
=======================================
  Files         171      171           
  Lines       10416    10416           
=======================================
  Hits         6198     6198           
  Misses       4218     4218           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@michalchecinski michalchecinski marked this pull request as ready for review February 27, 2024 17:23
@michalchecinski michalchecinski requested a review from a team as a code owner February 27, 2024 17:23
.github/workflows/build-go.yaml Outdated Show resolved Hide resolved
.github/workflows/build-go.yaml Show resolved Hide resolved
@michalchecinski michalchecinski merged commit c0fe4ac into main Feb 29, 2024
61 checks passed
@michalchecinski michalchecinski deleted the DEVOPS-1750-Build-and-release-pipeline-for-Go-SDK branch February 29, 2024 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants