Files
Oded Viner 38fd1a2ca9 ci: update go.work to require go 1.26.4
The go.work file specified go 1.26.0, but both go.mod files
require go 1.26.4. This mismatch causes `go list` to fail
silently, breaking code generation and other tooling.

Signed-off-by: Oded Viner <oviner@redhat.com>
2026-07-21 16:11:54 +03:00

7 lines
34 B
Plaintext

go 1.26.4
use (
.
./pkg/apis
)