[lxc-devel] [lxd/master] Add go 1.14.x check

chenrui333 on Github lxc-bot at linuxcontainers.org
Sat Mar 7 01:58:41 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 301 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200306/77d64eb9/attachment.bin>
-------------- next part --------------
From f28329471477f541a067ffb38419997601fa52ca Mon Sep 17 00:00:00 2001
From: chenrui <rui at meetup.com>
Date: Fri, 6 Mar 2020 20:58:32 -0500
Subject: [PATCH] Add go 1.14.x check

---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 0a124eadc4..d047740f83 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ go:
   - 1.11.x
   - 1.12.x
   - 1.13.x
+  - 1.14.x
 
 matrix:
   fast_finish: true


More information about the lxc-devel mailing list