You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rk...@apache.org on 2019/10/14 01:21:30 UTC

[qpid-proton] branch PROTON-2105-apache updated: PROTON-2105: Relaxed go require to 1.11. Disabled go build for Xcode8.3 travis ci.

This is an automated email from the ASF dual-hosted git repository.

rkieley pushed a commit to branch PROTON-2105-apache
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/PROTON-2105-apache by this push:
     new 9a3bffa  PROTON-2105: Relaxed go require to 1.11. Disabled go build for Xcode8.3 travis ci.
9a3bffa is described below

commit 9a3bffa07a5cbaad000d2e2eec09143ab1682cf4
Author: Roddie Kieley <rk...@unifiedsoftworx.com>
AuthorDate: Sat Oct 12 21:57:09 2019 -0230

    PROTON-2105: Relaxed go require to 1.11. Disabled go build for Xcode8.3 travis ci.
---
 .travis.yml | 4 ++--
 go.mod      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a7bb2a5..83cc98d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,7 +38,7 @@ matrix:
     env:
     - PKG_CONFIG_PATH='/usr/local/opt/openssl/lib/pkgconfig'
     - PATH="/usr/local/opt/python/libexec/bin:/usr/local/bin:$PATH"
-    - QPID_PROTON_CMAKE_ARGS='-DCMAKE_OSX_DEPLOYMENT_TARGET=10.12 -DBUILD_RUBY=NO'
+    - QPID_PROTON_CMAKE_ARGS='-DCMAKE_OSX_DEPLOYMENT_TARGET=10.12 -DBUILD_RUBY=NO -DBUILD_GO=OFF'
     before_install:
     - brew update
     - brew install libuv swig jsoncpp
@@ -48,7 +48,7 @@ matrix:
     env:
     - PKG_CONFIG_PATH='/usr/local/opt/openssl/lib/pkgconfig'
     - PATH="/usr/local/opt/python/libexec/bin:/usr/local/bin:$PATH"
-    - QPID_PROTON_CMAKE_ARGS='-DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 -DBUILD_RUBY=NO -DBUILD_PYTHON=OFF'
+    - QPID_PROTON_CMAKE_ARGS='-DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 -DBUILD_RUBY=NO -DBUILD_PYTHON=OFF -DBUILD_GO=ON'
     before_install:
     - brew update
     - brew install libuv swig jsoncpp
diff --git a/go.mod b/go.mod
index f9c1bbf..cbf2cfd 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
 module github.com/apache/qpid-proton
 
-go 1.12
+go 1.11


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org