You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/12/14 11:04:11 UTC

[incubator-openwhisk-runtime-go] branch master updated: Bump go to 1.11.3 (#66)

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-runtime-go.git


The following commit(s) were added to refs/heads/master by this push:
     new a62a3d0  Bump go to 1.11.3 (#66)
a62a3d0 is described below

commit a62a3d006e14f156173ff8b7aaa997553b7c7787
Author: Carlos Santana <cs...@apache.org>
AuthorDate: Fri Dec 14 03:04:07 2018 -0800

    Bump go to 1.11.3 (#66)
---
 .travis.yml           | 2 +-
 build.gradle          | 2 +-
 golang1.11/Dockerfile | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b16d1fb..cee61c0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@
 sudo: required
 language: go
 go:
-- "1.11.2"
+- "1.11.3"
 services:
 - docker
 notifications:
diff --git a/build.gradle b/build.gradle
index a59e2a1..bb0c918 100644
--- a/build.gradle
+++ b/build.gradle
@@ -43,7 +43,7 @@ subprojects {
 
 golang {
   packagePath = 'github.com/apache/incubator-openwhisk-runtime-go'
-  goVersion = '1.11.2'
+  goVersion = '1.11.3'
 }
 
 
diff --git a/golang1.11/Dockerfile b/golang1.11/Dockerfile
index eb5b071..3a4bebb 100644
--- a/golang1.11/Dockerfile
+++ b/golang1.11/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.11.2
+FROM golang:1.11.3
 RUN apt-get update && apt-get install -y \
     curl \
     jq \