mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
1f79e1b26f
Upstream Go CL https://go.dev/cl/652276 removes an unused field from runtime.gobuf. This CL prepares for this change. This CL also simplifies the build constraints in the hosttid files: - Remove legacy '// +build' constraint syntax - Remove explicit GOARCH matching. The GOARCH is in the filename PiperOrigin-RevId: 733382770