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 <[email protected]>
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