e3c4bd5195
CI / Go Tests (push) Successful in 11s
CI / Build (push) Successful in 10s
Format / gofmt (push) Successful in 8s
Release Artifacts / Validate release tag (push) Successful in 2s
Release Artifacts / Test release candidate (push) Successful in 13s
Release Artifacts / Build executable release artifacts (push) Successful in 12s
Release Artifacts / Build Docker image artifact (push) Failing after 3s
Release Artifacts / Publish release (push) Has been skipped
Release Artifacts / Publish Docker image (push) Has been skipped
- Added a validation job for release tags to ensure correct format. - Introduced a testing job to run UI tests and race tests before release. - Enhanced the release process to build and publish Docker images alongside binaries. - Updated artifact handling to use validated tags for naming and uploading. - Streamlined the workflow to ensure dependencies are built and tested prior to release.