Go Version Update Recommended
This repository is currently using Go version 1.22.8, which is below the OCP recommended version (1.24.0).
Current Status
- Current Version:
go1.22.8
- Recommended Version:
1.24.0
- Latest Stable:
1.26.0
- Status: ⚠️ Outdated (below OCP recommended)
Reference Examples
Recommended Action
Please update the toolchain directive in go.mod to use a stable version of Go. We recommend toolchain go1.24.0, which is the version used by OpenShift Kubernetes.
Note: The go directive in go.mod is a minimum language compatibility marker, not the build version. The toolchain directive (Go 1.21+) controls the actual Go version used for builds. Updating toolchain avoids cascading effects on downstream importers.
Resources
This issue was automatically generated by the Go Version Checker script.