We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd52961 commit 85528bfCopy full SHA for 85528bf
go.mod
@@ -1,3 +1,5 @@
1
module github.com/roadrunner-server/priority_queue
2
3
-go 1.22.5
+go 1.22
4
+
5
+toolchain go1.22.5
tests/go.mod
@@ -1,6 +1,8 @@
module github.com/roadrunner-server/priority_queue/tests
6
7
require (
8
github.com/google/uuid v1.6.0
0 commit comments