This is an automated email from the ASF dual-hosted git repository.
mdeuser pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-client-go.git
The following commit(s) were added to refs/heads/master by this push:
new 7a15f18 Update Go Version (#104)
7a15f18 is described below
commit 7a15f188f7ff59c250359d864d9f0661430bdfd0
Author: James Dubee <[email protected]>
AuthorDate: Wed Nov 14 16:04:14 2018 -0500
Update Go Version (#104)
* Update Go Version
* Add quotes
---
.travis.yml | 2 +-
Godeps/Godeps.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 4ef02ed..1f19e31 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.3"
services: docker
git:
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json
index 7ce5a87..75d020f 100644
--- a/Godeps/Godeps.json
+++ b/Godeps/Godeps.json
@@ -1,5 +1,5 @@
{
"ImportPath": "github.com/apache/incubator-openwhisk-client-go",
- "GoVersion": "go1.8",
+ "GoVersion": "go1.9.3",
"Deps": []
}