Skip to content

Commit

Permalink
Remove Go 1.20 from build, force building Go >= 1.21 in go.mod (#5690)
Browse files Browse the repository at this point in the history
Follow up #5636
  • Loading branch information
derekcollison authored Jul 23, 2024
2 parents 5857a63 + c8edad5 commit 6f64748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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.20"
go: "1.21.x"
env: TEST_SUITE=build_only

script: ./scripts/runTestsOnTravis.sh $TEST_SUITE
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nats-io/nats-server/v2

go 1.21
go 1.21.0

require (
github.com/google/go-tpm v0.9.1
Expand Down

0 comments on commit 6f64748

Please sign in to comment.