Skip to content

Commit 10555b2

Browse files
authored
Merge pull request #4216 from AkihiroSuda/fix-4214-1
TestRunWithLogBinary: workaround for "package slices is not in GOROOT"
2 parents 57e2f6e + 9a06958 commit 10555b2

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/v2@v2.0.5
531533
RUN go mod tidy
532534
RUN go build .
533535

0 commit comments

Comments
 (0)