You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by da...@apache.org on 2017/07/12 09:28:25 UTC

[incubator-openwhisk-wskdeploy] branch master updated: Bump go to 1.8 and gradle to 4.0 as Openwhisk core repo. (#271)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2afb6c3  Bump go to 1.8 and gradle to 4.0 as Openwhisk core repo. (#271)
2afb6c3 is described below

commit 2afb6c3d1990cb51f1eadbf7612da8817581c5be
Author: David Liu <da...@cn.ibm.com>
AuthorDate: Wed Jul 12 17:28:23 2017 +0800

    Bump go to 1.8 and gradle to 4.0 as Openwhisk core repo. (#271)
    
    Bump go to 1.8 and gradle to 4.0 as Openwhisk core repo.
---
 .travis.yml                              | 2 +-
 Dockerfile                               | 2 +-
 gradle/wrapper/gradle-wrapper.properties | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5f7fe18..26af2d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ sudo: required
 language: go
 
 go:
-  - 1.7
+  - 1.8
 
 services:
   - docker
diff --git a/Dockerfile b/Dockerfile
index 3dd5592..74c4cfb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.7
+FROM golang:1.8
 
 # Install zip
 RUN apt-get -y update && \
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 836afec..a0666db 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Wed Mar 15 13:36:38 CST 2017
+#Tue May 16 11:22:57 CST 2017
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-bin.zip

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].