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/10d28d40
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/10d28d40
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/10d28d40

Branch: refs/heads/master
Commit: 10d28d404084faf293a4032975c25f54f9cb8be0
Parents: 525adb5
Author: Francis Chuang <[email protected]>
Authored: Wed Oct 18 13:15:53 2017 +1100
Committer: Francis Chuang <[email protected]>
Committed: Wed Oct 18 13:41:21 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/10d28d40/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/10d28d40/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:

Reply via email to