Skip to content

Commit

Permalink
Merge branch 'main' into lukebakken/nil-for-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken authored Feb 9, 2023
2 parents c67e612 + f9ba619 commit 5f04849
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"erlang": "25.2",
"rabbitmq": "3.11.5"
"erlang": "25.2.2",
"rabbitmq": "3.11.8"
}
2 changes: 2 additions & 0 deletions channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,8 @@ declared with specific parameters.
If a queue by this name does not exist, an error will be returned and the
channel will be closed.
Deprecated: Use QueueDeclare with "Passive: true" instead.
*/
func (ch *Channel) QueueInspect(name string) (Queue, error) {
req := &queueDeclare{
Expand Down

0 comments on commit 5f04849

Please sign in to comment.