Skip to content

Commit 61582a5

Browse files
committed
Fix formatting
1 parent d4a6402 commit 61582a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-tools/mage/crossbuild.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ func (b GolangCrossBuilder) Build() error {
327327

328328
// Mount $GOPATH/pkg/mod into the container, read-only.
329329
hostDir := filepath.Join(build.Default.GOPATH, "pkg", "mod")
330-
args = append(args, "-v", fmt.Sprintf("%s:/go/pkg/mod:ro", hostDir))
330+
args = append(args, "-v", fmt.Sprintf("%s:/go/pkg/mod:ro", hostDir))
331331

332332
// Mount the go build cache into the container.
333333
out, err := exec.Command("go", "env", "GOCACHE").Output()

0 commit comments

Comments
 (0)