mirror of
https://github.com/opencontainers/runc.git
synced 2025-09-26 19:41:35 +08:00
go.mod: rm toolchain
This was added by dependabot in commit 0b536265
. Seems there is a bug
about it: https://github.com/dependabot/dependabot-core/issues/11933.
Having "toolchain" means instead of using installed go version to
build/test, the version specified in toolchain is [downloaded and] used,
which might not be what we actually want.
For more details on toolchain directive, see
https://go.dev/doc/toolchain.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in: