Skip to content

Commit

Permalink
Update to Go 1.23.3/1.22.9, use Go 1.23 for goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Twigg <neil@nats.io>
  • Loading branch information
neilalexander committed Nov 15, 2024
1 parent 40b3042 commit 07fbce9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .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.23.2"
- "1.22.8"
- "1.23.3"
- "1.22.9"

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

Expand Down Expand Up @@ -58,4 +58,4 @@ deploy:
script: curl -o /tmp/goreleaser.tar.gz -sLf https://github.com/goreleaser/goreleaser/releases/download/v1.26.2/goreleaser_Linux_x86_64.tar.gz && tar -xvf /tmp/goreleaser.tar.gz -C /tmp/ && /tmp/goreleaser
on:
tags: true
condition: ($TRAVIS_GO_VERSION =~ 1.22) && ($TEST_SUITE = "compile")
condition: ($TRAVIS_GO_VERSION =~ 1.23) && ($TEST_SUITE = "compile")

0 comments on commit 07fbce9

Please sign in to comment.