mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2026-03-18 11:06:08 +00:00
Fixes #1610 The CI workflows were using inconsistent Go versions (1.22, 1.23) that didn't match go.mod (go 1.24.1, toolchain go1.24.11). This creates confusion for contributors and risks version-specific issues. Changes: - test.yaml: GO_VERSION ~1.22 -> ~1.24 - build_container.yaml: GO_VERSION ~1.23 -> ~1.24 - release.yaml: go-version 1.22 -> ~1.24 This aligns with PR #1609 which updates CONTRIBUTING.md to reflect go.mod's Go 1.24 requirement. Signed-off-by: Three Foxes (in a Trenchcoat) <threefoxes53235@gmail.com> Co-authored-by: Three Foxes (in a Trenchcoat) <threefoxes53235@gmail.com>