Commit Graph

9 Commits

Author SHA1 Message Date
04a8835d7e fix(ci): add 'go mod tidy' before ./ci-build.sh in the Linux Build step of build.yml (mirrors the test job and release workflow; ensures complete go.sum for 'make build' / go build in the push-triggered Build flow)
All checks were successful
CI / Test (push) Successful in 56s
CI / Build (push) Successful in 40s
2026-06-06 08:17:32 +01:00
fefc6b8a5f fix(ci): make test targets depend on 'deps' in Makefile; add 'go mod tidy' before 'make test-short' in build.yml test job (consistent with release workflow fix for missing go.sum entries during go test builds)
Some checks failed
CI / Test (push) Failing after 55s
CI / Build (push) Has been skipped
2026-06-06 08:09:52 +01:00
8d68448adb chore(ci): pin setup-go to exact '1.24.2' to match go.mod minimum (prevents toolchain/local version mismatches like 1.22.5)
Some checks failed
CI / Test (push) Failing after 51s
CI / Build (push) Has been skipped
2026-06-06 08:03:54 +01:00
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
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