reva-bump-2.42.2
This commit is contained in:
committed by
Ralf Haferkamp
parent
f21207ed96
commit
2bf70a6f70
+4
@@ -1,3 +1,7 @@
|
||||
## 1.39.1
|
||||
|
||||
Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.
|
||||
|
||||
## 1.39.0
|
||||
|
||||
### Features
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@ import (
|
||||
"github.com/onsi/gomega/types"
|
||||
)
|
||||
|
||||
const GOMEGA_VERSION = "1.39.0"
|
||||
const GOMEGA_VERSION = "1.39.1"
|
||||
|
||||
const nilGomegaPanic = `You are trying to make an assertion, but haven't registered Gomega's fail handler.
|
||||
If you're using Ginkgo then you probably forgot to put your assertion in an It().
|
||||
|
||||
Reference in New Issue
Block a user