chore: rip coglet (#2651)
* chore: rip coglet
Signed-off-by: Mark Phelps <mphelps@cloudflare.com>
* chore: update Makefile for Rust coglet, remove old Go coglet artifacts
- Replace Go coglet targets with Rust coglet targets (cargo test/clippy/fmt)
- Add Rust coglet to main fmt and lint targets
- Remove coglet/ exclusion from test-go (no longer needed)
- Delete script/build-coglet-server (Rust coglet builds via maturin)
* chore: rm rust cache action for now
* chore: try to bust mise cache
Signed-off-by: Mark Phelps <mphelps@cloudflare.com>
* chore: one more mise cache buster
Signed-off-by: Mark Phelps <mphelps@cloudflare.com>
* fix: handle variable-length git short hashes in version comparison test
Git short commit hash length can vary (7-9+ chars) depending on core.abbrev
settings and automatic expansion to avoid ambiguity. The version comparison
test now checks that one hash is a prefix of the other, rather than requiring
an exact match, while still verifying both refer to the same commit.
---------
Signed-off-by: Mark Phelps <mphelps@cloudflare.com>