danielmiessler.fabric/.github
Kayvan Sylvan fdadeae1e7 modernize: update GitHub Actions and modernize Go code with latest stdlib features
## CHANGES

- Upgrade GitHub Actions to latest versions (v6, v21)
- Add modernization check step in CI workflow
- Replace strings manipulation with `strings.CutPrefix` and `strings.CutSuffix`
- Replace manual loops with `slices.Contains` for validation
- Use `strings.SplitSeq` for iterator-based string splitting
- Replace `bytes.TrimPrefix` with `bytes.CutPrefix` for clarity
- Use `strings.Builder` instead of string concatenation
- Replace `fmt.Sprintf` with `fmt.Appendf` for efficiency
- Simplify padding calculation with `max` builtin
2025-12-15 23:55:37 -08:00
..
ISSUE_TEMPLATE chore: enhance bug report template with detailed system info and installation method fields 2025-07-06 11:01:53 -07:00
workflows modernize: update GitHub Actions and modernize Go code with latest stdlib features 2025-12-15 23:55:37 -08:00
pull_request_template.md ci: harden release pipeline; gate to upstream, migrate tokens, remove docker-on-tag 2025-08-31 07:34:00 -07:00