This is an automated email from the ASF dual-hosted git repository.
csantanapr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-cli.git
The following commit(s) were added to refs/heads/master by this push:
new 1d4f521 Upgrade the go version to 1.9
1d4f521 is described below
commit 1d4f521cc860626e40e59f66a3a5f664f085a012
Author: Vincent Hou <[email protected]>
AuthorDate: Fri Nov 2 17:28:18 2018 -0400
Upgrade the go version to 1.9
---
.travis.yml | 2 +-
CONTRIBUTING.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index dbd03e4..67eaffd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ matrix:
- os: linux
sudo: required
group: deprecated-2017Q3
- go: 1.8
+ go: 1.9
services: docker
env:
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0c5458a..9e18b3c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -69,7 +69,7 @@ Please use [Slack channel
#whisk-users](https://cloudplatform.slack.com/messages
## Setup
-Project was written with `Go v1.8`. It has a dependency on
[incubator-openwhisk-client-go](https://github.com/apache/incubator-openwhisk-client-go).
+Project was written with `Go v1.9`. It has a dependency on
[incubator-openwhisk-client-go](https://github.com/apache/incubator-openwhisk-client-go).
## Testing