Skip to content

Commit 300a136

Browse files
committed
restore junctions to have os.ModeSymlink flag set on Windows
Signed-off-by: CrazyMax <[email protected]>
1 parent a6e198a commit 300a136

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,3 +183,6 @@ exclude (
183183
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
184184
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
185185
)
186+
187+
// restore junctions to have os.ModeSymlink flag set on Windows: https://github.com/docker/buildx/issues/3221
188+
godebug winsymlink=0

0 commit comments

Comments
 (0)