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