Pin Go versions in Travis CI (#4633)

Signed-off-by: Byron Ruth <byron@nats.io>
This commit is contained in:
Byron Ruth
2023-10-06 15:09:27 -04:00
committed by GitHub
parent 0c3609ed2a
commit 95dd8e7a71

View File

@@ -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