Skip to content
This repository has been archived by the owner on Apr 12, 2020. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
- fix file permission
- update go to v1.8.1
- update node to v6.10.3
  • Loading branch information
ditdot committed May 9, 2017
1 parent 23bf540 commit 3b87916
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/compile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ CACHE_ROOT=$2
CACHE=$CACHE_ROOT/versions/$CACHE_VERSION
ENV=$3

GO_VERSION=1.6.2
NODE_VERSION=0.12.0
GO_VERSION=1.8.1
NODE_VERSION=6.10.3
NODE_BUILD=node-v$NODE_VERSION-linux-x64

if [ -f $BUILD/run ]; then
Expand Down
Empty file modified bin/detect
100644 → 100755
Empty file.
Empty file modified bin/release
100644 → 100755
Empty file.

0 comments on commit 3b87916

Please sign in to comment.