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

[openwhisk-runtime-go] branch master updated: build with go 1.15 (#146)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 021b9b5  build with go 1.15 (#146)
021b9b5 is described below

commit 021b9b502da0f038f11ad81b67701266bc77db45
Author: Martin Henke <ma...@web.de>
AuthorDate: Fri Jun 11 16:20:06 2021 +0200

    build with go 1.15 (#146)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 9850af1..6e3f7ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@
 sudo: required
 language: go
 go:
-  - "1.13.14"
+  - "1.15.13"
 services:
   - docker