Skip to content

Commit 11cb898

Browse files
author
cong.li
committed
update
1 parent 39a2790 commit 11cb898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/build.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sub command_exsits {
1111

1212
$ENV{CGO_ENABLED} = 0;
1313
if(command_exsits('gox')) {
14-
system("go install github.com/mitchellh/gox@latest");
14+
system("go install github.com/mitchellh/gox@v1.0.1");
1515
print("[INFO] gox command found , now run gox build.\n");
1616
my $arch="darwin/arm64 darwin/amd64 linux/386 linux/amd64 windows/amd64 windows/386";
1717
system("gox -osarch=\"$arch\" -output=\"dist/{{.Dir}}_{{.OS}}_{{.Arch}}\"");

0 commit comments

Comments
 (0)