Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Commit 249d37c

Browse files
committed
Update go 1.25.5 compile to copy go.mod
1 parent 413d530 commit 249d37c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/go/1.25.5/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
mv $1 $1.go
3+
cp /piston/packages/go/1.25.5/go.mod ./go.mod
44
export GOCACHEPROG="/piston/packages/go/1.25.5/cacheprog /piston/packages/go/1.25.5/cache"
55
CGO_ENABLED=0 go build -o binary *.go && \
66
chmod +x binary

0 commit comments

Comments
 (0)