github danielmiessler/Fabric v1.4.349

one day ago

Changes

PR #1877 by ksylvan: modernize: update GitHub Actions and modernize Go code

  • Modernize GitHub Actions and Go code with latest stdlib features
  • Upgrade GitHub Actions to latest versions (v6, v21) and add modernization check step
  • Replace strings manipulation with strings.CutPrefix and strings.CutSuffix
  • Replace manual loops with slices.Contains for validation and use strings.SplitSeq for iterator-based splitting
  • Replace fmt.Sprintf with fmt.Appendf for efficiency and simplify padding calculation with max builtin

Don't miss a new Fabric release

NewReleases is sending notifications on new releases.