mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-03 20:40:26 -05:00
8 lines
186 B
Text
8 lines
186 B
Text
// This is a hack, but it prevents go from climbing further and trying to
|
|
// reconcile the various deps across the "real" modules and this one.
|
|
|
|
go 1.25.0
|
|
|
|
godebug default=go1.25
|
|
|
|
use .
|