From 8a62c666f778c96a4ed2bab467eb51e8286e7173 Mon Sep 17 00:00:00 2001 From: Joey Sabey Date: Sat, 6 Apr 2024 20:29:45 +0100 Subject: [PATCH] Attempt to fix travis build matrix by replacing reference to Go 'tip' version witj stable/oldstable (I think tip may be a _touch_ archaic...) --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2f5fd61..d756d4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,8 @@ go: - 1.13.x - 1.14.x - 1.15.x -- tip +- 'oldstable' +- 'stable' os: - linux