Skip to content

Commit

Permalink
Use Go v1.22 in v2.10 releases (#5438)
Browse files Browse the repository at this point in the history
This will make the next release use Go v1.22 instead when the next
version is tagged.
  • Loading branch information
wallyqs committed May 17, 2024
2 parents 4333041 + 9a87b41 commit 090b2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.10"
- "1.22.3"
- "1.21.10"

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

Expand Down

0 comments on commit 090b2e6

Please sign in to comment.