Skip to content

Commit

Permalink
[2.9.x] Bump Travis Go version to 1.20.10 (#4650)
Browse files Browse the repository at this point in the history
Also change "Compile with older Go release" to "1.19".

Signed-off-by: Byron Ruth <byron@nats.io>
  • Loading branch information
bruth authored Oct 11, 2023
1 parent 8b981a2 commit 6a73e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vm:

language: go
go:
- "1.20.8"
- "1.20.10"

go_import_path: github.com/nats-io/nats-server

Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
- name: "Run all tests from all other packages"
env: TEST_SUITE=non_srv_pkg_tests
- name: "Compile with older Go release"
go: 1.19.12
go: "1.19"
env: TEST_SUITE=build_only

script: ./scripts/runTestsOnTravis.sh $TEST_SUITE
Expand Down

0 comments on commit 6a73e68

Please sign in to comment.