We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c59c6dc commit 7cabed6Copy full SHA for 7cabed6
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 1.34.2
2
+
3
+Require Go 1.22+
4
5
+### Maintenance
6
+- bump ginkgo as well [c59c6dc]
7
+- bump to go 1.22 - remove x/exp dependency [8158b99]
8
9
## 1.34.1
10
11
### Maintenance
gomega_dsl.go
@@ -22,7 +22,7 @@ import (
22
"github.com/onsi/gomega/types"
23
)
24
25
-const GOMEGA_VERSION = "1.34.1"
+const GOMEGA_VERSION = "1.34.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