fix: upgrade CI to Go 1.25 and document self-update feature

- Upgrade go-version from 1.24 to 1.25 in build.yml (required by go-selfupdate v1.6.0)
- Add kctl-tui update command and interactive startup check to README.md
- Document new features in CHANGELOG.md
- Update Go version requirement to 1.25+ in README.md and CONTRIBUTING.md
- Add Phase 5 (Self-update) to PLAN.md roadmap
This commit is contained in:
2026-08-22 09:50:27 +02:00
parent d89efc55d9
commit fed2b44c28
5 changed files with 23 additions and 4 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ go mod download
### Prerequisites
- Go 1.22+
- Go 1.25+
- kubectl, k9s, tmux (or psmux on Windows)
- An active Kubernetes cluster for integration testing