Skip to content

Commit

Permalink
Add go1.22.x to test matrix for NATS
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby committed Jul 8, 2024
1 parent 04fb905 commit b5f9269
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-nats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
go-version:
- 1.20.x
- 1.21.x
- 1.22.x
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
Expand All @@ -29,6 +30,6 @@ jobs:
- name: Run NATS
run: |
docker run -d --name nats-jetstream -p 4443:4443 -v ./nats/testdata:/testdata -v ./tls:/tls nats:latest --jetstream -c /testdata/nats-tls.conf
sleep 2
sleep 5
- name: Test Nats
run: cd ./nats && go test ./... -v -race

0 comments on commit b5f9269

Please sign in to comment.