From a25af02c7348d1e39cce66a5c275e1740fb0ca81 Mon Sep 17 00:00:00 2001 From: Byron Ruth Date: Wed, 11 Oct 2023 13:46:17 -0400 Subject: [PATCH] Bump Travis Go version to 1.21.3 and 1.20.10 (#4649) Signed-off-by: Byron Ruth --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6fe051f7..6ea0f20e 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.2" - - "1.20.9" + - "1.21.3" + - "1.20.10" go_import_path: github.com/nats-io/nats-server