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 c404969 commit 79b8a75Copy full SHA for 79b8a75
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.38.2
2
+
3
+- roll back to go 1.23.0 [c404969]
4
5
## 1.38.1
6
7
### Fixes
gomega_dsl.go
@@ -22,7 +22,7 @@ import (
22
"github.com/onsi/gomega/types"
23
)
24
25
-const GOMEGA_VERSION = "1.38.1"
+const GOMEGA_VERSION = "1.38.2"
26
27
const nilGomegaPanic = `You are trying to make an assertion, but haven't registered Gomega's fail handler.
28
If you're using Ginkgo then you probably forgot to put your assertion in an It().
0 commit comments