mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
- Streamline build tags: remove tinygo, cgo - Fix race condition in refCount initialization - Simplify utimens. Use `syscall.UtimesNano` to avoid a macOS `go:linkname`. - Change version policy to two versions. - Update Wasm 2.0 spec tests. - Use golang.org/x/sys full diff: https://github.com/tetratelabs/wazero/compare/v1.10.1...v1.11.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>