mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Pin Go versions in Travis CI (#4633)
Signed-off-by: Byron Ruth <byron@nats.io>
This commit is contained in:
@@ -8,8 +8,8 @@ language: go
|
|||||||
go:
|
go:
|
||||||
# This should be quoted or use .x, but should not be unquoted.
|
# This should be quoted or use .x, but should not be unquoted.
|
||||||
# Remember that a YAML bare float drops trailing zeroes.
|
# Remember that a YAML bare float drops trailing zeroes.
|
||||||
- "1.21.x"
|
- "1.21.2"
|
||||||
- "1.20.x"
|
- "1.20.9"
|
||||||
|
|
||||||
go_import_path: github.com/nats-io/nats-server
|
go_import_path: github.com/nats-io/nats-server
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user