box: update go
This commit is contained in:
parent
e01c9695e9
commit
0fc228b0d5
8
box.rb
8
box.rb
|
@ -1,7 +1,7 @@
|
||||||
from "xena/go-mini:1.8.1"
|
from "xena/go-mini:1.9.2"
|
||||||
|
|
||||||
### setup go
|
### setup go
|
||||||
run "go1.8.1 download"
|
run "go1.9.2 download"
|
||||||
|
|
||||||
### Copy files
|
### Copy files
|
||||||
run "mkdir -p /site"
|
run "mkdir -p /site"
|
||||||
|
@ -36,11 +36,11 @@ files.each { |x| put x }
|
||||||
copy "vendor/", "/root/go/src/"
|
copy "vendor/", "/root/go/src/"
|
||||||
|
|
||||||
### Build
|
### Build
|
||||||
run "cd /site && go1.8.1 build -v"
|
run "cd /site && go1.9.2 build -v"
|
||||||
|
|
||||||
### Cleanup
|
### Cleanup
|
||||||
run %q[ rm -rf /root/go /site/backend /root/sdk /site/*.go ]
|
run %q[ rm -rf /root/go /site/backend /root/sdk /site/*.go ]
|
||||||
run %q[ apk del git go1.8.1 ]
|
run %q[ apk del git go1.9.2 ]
|
||||||
|
|
||||||
cmd "/site/run.sh"
|
cmd "/site/run.sh"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue