Skip to content

Commit 75a4546

Browse files
committed
go.mod: rm toolchain
This was added by dependabot in commit 0b53626. Seems there is a bug about it: dependabot/dependabot-core#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 <[email protected]>
1 parent 932e834 commit 75a4546

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

go.mod

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/opencontainers/runc
22

33
go 1.23.0
44

5-
toolchain go1.24.1
6-
75
require (
86
github.com/checkpoint-restore/go-criu/v7 v7.2.0
97
github.com/containerd/console v1.0.4

0 commit comments

Comments
 (0)