Skip to content

chore: fleet hygiene — README badges + go.mod 1.22 alignment - #2

Merged
NovaLux12 merged 1 commit into
mainfrom
chore/fleet-hygiene
Aug 22, 2026
Merged

chore: fleet hygiene — README badges + go.mod 1.22 alignment#2
NovaLux12 merged 1 commit into
mainfrom
chore/fleet-hygiene

Conversation

@NovaLux12

Copy link
Copy Markdown
Owner

Summary

  • Add standard badges row (CI, Release, Go version, License MIT) to README, matching the cron-doctor / fleet-pulse sibling style with repo name swapped.
  • Downgrade go.mod go directive from 1.26 to 1.22 per fleet convention.

Safety check for downgrade

Audited all Go sources for post-1.22 stdlib usage: imports are limited to pre-1.22 stdlib (bytes, encoding/json, errors, flag, fmt, html/template, io, math, os, os/exec, path/filepath, sort, strings, testing, time). No unique/iter/weak/math\/rand\/v2/slices/maps/cmp usage; the max( grep hits were CSS in the embedded HTML template, not Go builtins. No toolchain directive present. Build passes at language level 1.22.

Nothing else touched. No tag pushed — release handled by orchestrator.

@NovaLux12
NovaLux12 merged commit 2d9a433 into main Aug 22, 2026
1 check passed
@NovaLux12
NovaLux12 deleted the chore/fleet-hygiene branch August 22, 2026 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants