Commit Graph

12 Commits

Author SHA1 Message Date
a9766ef360 fix(ci): modernize on-push build.yml to use actions/setup-go@1.24 + cache + go mod download (fixes Go 1.22.5 vs go.mod 1.24.2 mismatch); keep 'Linux Build' step name for compatibility; update ci-build.sh
Some checks failed
CI / Build (push) Blocked by required conditions
CI / Test (push) Has been cancelled
2026-06-06 08:03:26 +01:00
6a3e1e8b53 fix(release): add robust error handling, --fail, set -euo pipefail, RELEASE_ID validation, and debug output to Create Release step so failures are visible instead of silently passing
Some checks failed
gobuild / build (push) Failing after 6s
2026-06-06 08:00:04 +01:00
0a4c457cb4 fix(ci): run 'go mod tidy' before 'make cross' in release workflow to ensure complete go.sum for the CI Go version (fixes persistent 'missing go.sum entry' errors for direct and transitive deps during cross-compilation)
Some checks failed
gobuild / build (push) Failing after 6s
Release / Create Release (push) Has been cancelled
2026-06-06 07:50:53 +01:00
6537f3ffe1 fix(workflow): add shell: bash to steps using bashisms (parameter expansion, [[ ) and ensure make uses bash via SHELL=; prevents /bin/sh syntax errors in release CI
Some checks failed
gobuild / build (push) Failing after 8s
Release / Create Release (push) Failing after 18s
2026-06-06 07:46:30 +01:00
b483eab827 fix(ci): add go mod download + use make cross in release workflow to fix missing go.sum errors during cross-platform builds
Some checks failed
gobuild / build (push) Failing after 6s
Release / Create Release (push) Failing after 20s
2026-06-06 07:34:31 +01:00
1d2dfc1c8d fix(workflows): use dynamic ${REPO} variable in release body URLs
Some checks failed
gobuild / build (push) Failing after 7s
Replace hardcoded gmgauthier/gostations path with ${REPO} variable so release install instructions work correctly regardless of repository owner or name.
2026-06-05 23:43:37 +01:00
dd34a5b21c chore(release): prepare v2.0 infrastructure (Makefile, release.sh, Gitea release workflow, installers, modern versioning) 2026-06-05 23:39:40 +01:00
505e25189e fix typos
All checks were successful
gobuild / build (push) Successful in 27s
2024-07-21 18:50:08 +00:00
2b1c44a619 step tweaks
Some checks failed
gobuild / build (push) Failing after 2s
2024-07-21 18:48:07 +00:00
be1a214a13 try to use the golang image for my build
Some checks failed
gobuild / build (push) Failing after 2s
2024-07-21 18:44:55 +00:00
3ae9f2afa2 custom build script for gitea runner
Some checks failed
gobuild / build (push) Failing after 8s
2024-07-21 17:29:16 +01:00
767b1e8a7c add gitea workflow
Some checks failed
gobuild / build (push) Failing after 8s
2024-07-21 17:24:03 +01:00