mirror of
https://github.com/rook/rook.git
synced 2026-08-13 00:21:42 +02:00
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>
7 lines
34 B
Plaintext
7 lines
34 B
Plaintext
go 1.26.4
|
|
|
|
use (
|
|
.
|
|
./pkg/apis
|
|
)
|