diff options
Diffstat (limited to 'scripts/go.sh')
-rwxr-xr-x | scripts/go.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/go.sh b/scripts/go.sh index 0dbfb7747..626ed8fa4 100755 --- a/scripts/go.sh +++ b/scripts/go.sh @@ -25,6 +25,8 @@ tools/go_branch.sh # Checkout the new branch. git checkout go && git clean -f +go version + # Build everything. go build ./... |