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/05/09 05:24:32 UTC

[incubator-openwhisk-runtime-go] branch master updated: update to use go 1.10.2 (#27)

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 57d81ac  update to use go 1.10.2 (#27)
57d81ac is described below

commit 57d81ac20eb5c771177a1a35793f0fda8d158582
Author: Carlos Santana <cs...@apache.org>
AuthorDate: Wed May 9 01:24:30 2018 -0400

    update to use go 1.10.2 (#27)
---
 .travis.yml                | 2 +-
 README.md                  | 2 +-
 actionProxyLoop/Dockerfile | 2 +-
 golang1.10/Dockerfile      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 1d716d0..1aa1a18 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@
 sudo: required
 language: go
 go:
-- 1.10.1
+- 1.10.2
 services:
 - docker
 notifications:
diff --git a/README.md b/README.md
index e74f7df..6200abd 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ You need a linux environment, with Java and Docker installed to build the source
 Prerequisites for running build and tests:
 - docker
 - jdk
-- go 1.10.1
+- go 1.10.2
 - bc (sudo apt-get install bc)
 
 To compile go proxy
diff --git a/actionProxyLoop/Dockerfile b/actionProxyLoop/Dockerfile
index d7f65fa..d81db8a 100644
--- a/actionProxyLoop/Dockerfile
+++ b/actionProxyLoop/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.10.1
+FROM golang:1.10.2
 RUN apt-get update && apt-get install -y \
     curl \
     jq \
diff --git a/golang1.10/Dockerfile b/golang1.10/Dockerfile
index 03be150..aef1102 100644
--- a/golang1.10/Dockerfile
+++ b/golang1.10/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.10.1
+FROM golang:1.10.2
 RUN apt-get update && apt-get install -y \
     curl \
     jq \

-- 
To stop receiving notification emails like this one, please contact
csantanapr@apache.org.