diff --git a/.travis.yml b/.travis.yml index 61f1704a4ef..c528d98eb56 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.2" - - "1.22.8" + - "1.23.3" + - "1.22.9" go_import_path: github.com/nats-io/nats-server @@ -58,4 +58,4 @@ deploy: script: curl -o /tmp/goreleaser.tar.gz -sLf https://github.com/goreleaser/goreleaser/releases/download/v1.26.2/goreleaser_Linux_x86_64.tar.gz && tar -xvf /tmp/goreleaser.tar.gz -C /tmp/ && /tmp/goreleaser on: tags: true - condition: ($TRAVIS_GO_VERSION =~ 1.22) && ($TEST_SUITE = "compile") + condition: ($TRAVIS_GO_VERSION =~ 1.23) && ($TEST_SUITE = "compile")