csantanapr closed pull request #27: update to use go 1.10.2
URL: https://github.com/apache/incubator-openwhisk-runtime-go/pull/27
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 \


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to