From 02557cc88919278c396e8ba7c723fb2bb8aa9bc1 Mon Sep 17 00:00:00 2001 From: Vikas Sandhu Date: Wed, 22 Mar 2023 21:39:54 +0530 Subject: [PATCH] add go versions to travis ci --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index ebce1340..2dded509 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,11 @@ notifications: go: - 1.11 + - 1.15 + - 1.16 + - 1.17 + - 1.20 + # TODO: maybe use latest build instead of latest stable