fix(ci): install git and gcc for GoReleaser #39

Merged
lerko merged 1 commits from fix/release-pipeline into main 2026-05-29 20:13:01 +00:00
Owner

Summary

  • Install git and gcc in release job before GoReleaser runs
  • Fixes git not present in PATH error on tag-triggered releases
  • Matches pattern already used in CI test job

Context

Release workflow for 2026.05.5 failed because the runner image lacks git. GoReleaser needs it to read tags/history at runtime.

## Summary - Install git and gcc in release job before GoReleaser runs - Fixes `git not present in PATH` error on tag-triggered releases - Matches pattern already used in CI test job ## Context Release workflow for 2026.05.5 failed because the runner image lacks git. GoReleaser needs it to read tags/history at runtime.
lerko added 1 commit 2026-05-29 20:03:08 +00:00
fix(ci): install git and gcc for GoReleaser in release pipeline
CI / test (pull_request) Successful in 2m49s
CI / lint (pull_request) Successful in 1m12s
CI / vulncheck (pull_request) Successful in 56s
65406ce69c
lerko merged commit 9a4985e355 into main 2026-05-29 20:13:01 +00:00
lerko deleted branch fix/release-pipeline 2026-05-29 20:13:01 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lerkolabs/uptop#39