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

dubeejw pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-go.git


The following commit(s) were added to refs/heads/master by this push:
     new afc059f  update go to from 1.11.4 to 1.11.5 (#70)
afc059f is described below

commit afc059f91b1c03354b955a78a85137fd20eb3dc0
Author: Carlos Santana <[email protected]>
AuthorDate: Fri Jan 25 11:47:22 2019 -0500

    update go to from 1.11.4 to 1.11.5 (#70)
---
 .travis.yml             | 2 +-
 build.gradle            | 2 +-
 golang1.11/CHANGELOG.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index cee61c0..e169de4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@
 sudo: required
 language: go
 go:
-- "1.11.3"
+- "1.11.5"
 services:
 - docker
 notifications:
diff --git a/build.gradle b/build.gradle
index bb0c918..18cebe0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -43,7 +43,7 @@ subprojects {
 
 golang {
   packagePath = 'github.com/apache/incubator-openwhisk-runtime-go'
-  goVersion = '1.11.3'
+  goVersion = '1.11.5'
 }
 
 
diff --git a/golang1.11/CHANGELOG.md b/golang1.11/CHANGELOG.md
index c42a208..18f48d7 100644
--- a/golang1.11/CHANGELOG.md
+++ b/golang1.11/CHANGELOG.md
@@ -21,4 +21,4 @@
 
 ## Apache 1.13.0-incubating (next release)
 - Initial version
-- Go 1.11.4
+- Go 1.11.5

Reply via email to