From 95dd8e7a7159ade274229e0220b01e03ac999bac Mon Sep 17 00:00:00 2001 From: Byron Ruth Date: Fri, 6 Oct 2023 15:09:27 -0400 Subject: [PATCH] Pin Go versions in Travis CI (#4633) Signed-off-by: Byron Ruth --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f6ef5a70..6fe051f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,8 @@ language: go go: # This should be quoted or use .x, but should not be unquoted. # Remember that a YAML bare float drops trailing zeroes. - - "1.21.x" - - "1.20.x" + - "1.21.2" + - "1.20.9" go_import_path: github.com/nats-io/nats-server