Skip to content

Commit

Permalink
Fix using Go v1.22 for v2.10 release [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Waldemar Quevedo <wally@nats.io>
  • Loading branch information
wallyqs committed Jun 5, 2024
1 parent 57040d7 commit 6ae282c
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 @@ -58,4 +58,4 @@ deploy:
script: curl -sL http://git.io/goreleaser | bash
on:
tags: true
condition: ($TRAVIS_GO_VERSION =~ 1.21) && ($TEST_SUITE = "compile")
condition: ($TRAVIS_GO_VERSION =~ 1.22) && ($TEST_SUITE = "compile")

0 comments on commit 6ae282c

Please sign in to comment.