Skip to content

Commit

Permalink
Bump Go versions, RabbitMQ image used
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Mar 23, 2024
1 parent d2ea424 commit 77e6c36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -14,14 +14,14 @@ jobs:

services:
rabbitmq:
image: rabbitmq:3.11-management
image: rabbitmq:3.13-management
ports:
- 15672:15672
- 5672:5672

strategy:
matrix:
go: ["1.19", "1.20"]
go: ["1.21", "1.22"]

steps:
- name: CHECKOUT
Expand Down

0 comments on commit 77e6c36

Please sign in to comment.