ITADN

Update Go version from 1.24.0 to 1.25

#841Opensebrandon1 创建于 2026-02-12
S
sebrandon1commented
## Go Version Update Recommended This repository is currently using Go version `1.24.0`, which is listed in the archived versions on [go.dev/dl/](https://go.dev/dl/). ### Current Status - **Current Version**: `go1.24.0` - **Recommended Version**: `1.25` - **Latest Stable**: `1.26.0` - **Status**: ⚠️ Outdated (archived) ### Reference Examples - **Kubernetes Go Version**: `1.25.0` ([kubernetes/kubernetes/go.mod](https://github.com/kubernetes/kubernetes/blob/master/go.mod)) - **OpenShift Kubernetes Go Version**: `1.24.0` ([openshift/kubernetes/go.mod](https://github.com/openshift/kubernetes/blob/master/go.mod)) ### Recommended Action Please update the `go.mod` file to use a stable version of Go. We recommend using Go `1.24.0`, which is the version used by OpenShift Kubernetes. ### Resources - [Go Downloads](https://go.dev/dl/) - [Go Release History](https://go.dev/doc/devel/release) --- *[This issue was automatically generated by the Go Version Checker script.](https://github.com/redhat-best-practices-for-k8s/telco-bot/blob/main/scripts/go-version-checker.sh)*
0 条评论