From c43a70bd63dfbd88d69bd1bfbb41a73e53563f64 Mon Sep 17 00:00:00 2001 From: Neil Twigg Date: Fri, 6 Dec 2024 16:42:19 +0000 Subject: [PATCH] Update to Go 1.23.4, 1.22.10 Signed-off-by: Neil Twigg --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c528d98eb5..670cc9c73c 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.23.3" - - "1.22.9" + - "1.23.4" + - "1.22.10" go_import_path: github.com/nats-io/nats-server