chore(tvix/nar-bridge): bump castore-go

Change-Id: I81814ae326fb90ab50201cd06e3d9c0a3b15aec5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9958
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Florian Klink 2023-11-05 14:31:01 +02:00 committed by flokli
parent 72760b7716
commit c86de1b2c4
4 changed files with 23 additions and 23 deletions

View file

@ -210,7 +210,7 @@ func Import(
fileNode := &castorev1pb.FileNode{
Name: []byte(getBasename(hdr.Path)),
Digest: blobDigest,
Size: uint32(hdr.Size),
Size: uint64(hdr.Size),
Executable: hdr.Executable,
}
if len(stack) > 0 {