You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by fr...@apache.org on 2017/10/18 02:39:18 UTC

[2/3] calcite-avatica-go git commit: Bump go and phoenix versions

Bump go and phoenix versions


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/commit/c907f351
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/c907f351
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/c907f351

Branch: refs/heads/upstream-gokrb5-api-breaks
Commit: c907f351d6131cd36fab40406e086aacbd4825c7
Parents: f9078ae
Author: Francis Chuang <fr...@boostport.com>
Authored: Wed Oct 18 13:15:53 2017 +1100
Committer: Francis Chuang <fr...@boostport.com>
Committed: Wed Oct 18 13:37:10 2017 +1100

----------------------------------------------------------------------
 moby.yml    | 4 ++--
 wercker.yml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/c907f351/moby.yml
----------------------------------------------------------------------
diff --git a/moby.yml b/moby.yml
index 130988f..ac449eb 100644
--- a/moby.yml
+++ b/moby.yml
@@ -15,12 +15,12 @@
 #
 services:
   - id: phoenix
-    image: boostport/hbase-phoenix-all-in-one:1.2-4.11
+    image: boostport/hbase-phoenix-all-in-one:1.3-4.12
     ports:
       - "8765"
 
 dev:
-  image: golang:1.8-alpine
+  image: golang:1.9-alpine
   env:
     AVATICA_HOST: http://phoenix:8765
   steps:

http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/c907f351/wercker.yml
----------------------------------------------------------------------
diff --git a/wercker.yml b/wercker.yml
index de55309..65ae3f1 100644
--- a/wercker.yml
+++ b/wercker.yml
@@ -14,13 +14,13 @@
 # limitations under the License.
 #
 box:
-  id: golang:1.8-alpine
+  id: golang:1.9-alpine
   cmd: /bin/sh
 
 no-response-timeout: 20
 
 services:
-  - boostport/hbase-phoenix-all-in-one:1.2-4.11
+  - boostport/hbase-phoenix-all-in-one:1.3-4.12
 
 build:
   steps: