From 5875e25b3d94c0e9230399f7d078f814d534dd43 Mon Sep 17 00:00:00 2001 From: Neil Twigg Date: Tue, 4 Feb 2025 17:43:06 +0000 Subject: [PATCH] Update to Go 1.23.6/1.22.12 Signed-off-by: Neil Twigg --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 33f5f5c76d..ddbeecdd00 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.5" - - "1.22.11" + - "1.23.6" + - "1.22.12" go_import_path: github.com/nats-io/nats-server