mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Add Go 1.20 to Travis
- Use golang-ci in go test workflow Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr> Signed-off-by: Waldemar Quevedo <wally@nats.io>
This commit is contained in:
committed by
Waldemar Quevedo
parent
ab5eeff1c3
commit
64b2f5b364
@@ -9,6 +9,8 @@ go:
|
||||
# This should be quoted or use .x, but should not be unquoted.
|
||||
# Remember that a YAML bare float drops trailing zeroes.
|
||||
- "1.19.12"
|
||||
- "1.20.x"
|
||||
|
||||
go_import_path: github.com/nats-io/nats-server
|
||||
|
||||
addons:
|
||||
@@ -50,4 +52,4 @@ deploy:
|
||||
script: curl -sL http://git.io/goreleaser | bash
|
||||
on:
|
||||
tags: true
|
||||
condition: ($TRAVIS_GO_VERSION =~ 1.19) && ($TEST_SUITE = "compile")
|
||||
condition: ($TRAVIS_GO_VERSION =~ 1.20) && ($TEST_SUITE = "compile")
|
||||
|
||||
Reference in New Issue
Block a user