Skip to content

chore(deps): bump github.com/rabbitmq/amqp091-go from 1.9.0 to 1.10.0… #20

chore(deps): bump github.com/rabbitmq/amqp091-go from 1.9.0 to 1.10.0…

chore(deps): bump github.com/rabbitmq/amqp091-go from 1.9.0 to 1.10.0… #20

name: Integration Testing
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ["oldstable", "stable"]
env:
VERBOSE: 1
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: getong/[email protected]
with:
rabbitmq version: "3.13.3-management-alpine"
host port: 5672
rabbitmq user: "test"
rabbitmq password: "test"
rabbitmq vhost: "test"
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Run tests
run: make integration-test-ci