vendor: github.com/moby/buildkit v0.23.0-rc1
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
This commit is contained in:
+2
-1
@@ -148,7 +148,8 @@ func (s *sender) sendFile(h *sendHandle) error {
|
||||
|
||||
func (s *sender) walk(ctx context.Context) error {
|
||||
var i uint32 = 0
|
||||
err := s.fs.Walk(ctx, "/", func(path string, entry os.DirEntry, err error) error {
|
||||
target := string(filepath.Separator)
|
||||
err := s.fs.Walk(ctx, target, func(path string, entry os.DirEntry, err error) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
#syntax=docker/dockerfile:1.8
|
||||
#check=error=true
|
||||
|
||||
ARG GO_VERSION=1.22
|
||||
ARG GO_VERSION=1.23
|
||||
ARG XX_VERSION=1.4.0
|
||||
|
||||
ARG COVER_FILENAME="cover.out"
|
||||
|
||||
Reference in New Issue
Block a user