Skip to content

Commit 9a06958

Browse files
committed
TestRunWithLogBinary: workaround for "package slices is not in GOROOT"
Fix issue 4214 as a quick workaround Signed-off-by: Akihiro Suda <[email protected]>
1 parent 57e2f6e commit 9a06958

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/nerdctl/container/container_run_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,8 @@ RUN echo '\
528528
529529
530530
RUN go mod init
531+
# Workaround for "package slices is not in GOROOT" https://github.com/containerd/nerdctl/issues/4214
532+
RUN go get github.com/containerd/containerd/[email protected]
531533
RUN go mod tidy
532534
RUN go build .
533535

0 commit comments

Comments
 (0)