mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
309a6d91a4
Add a CI job to ensure go fix produces no result. Quoting `go doc cmd/fix`: > Fix finds Go programs that use old APIs and rewrites them to use newer > ones. After you update to a new Go release, fix helps make the > necessary changes to your programs. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>