fix(deps): update module github.com/onsi/gomega to v1.27.8

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-06-07 07:49:45 +00:00
committed by GitHub
parent 8e3ecc8936
commit 7bdbbd0cec
9 changed files with 31 additions and 11 deletions

View File

@@ -1,3 +1,8 @@
## 2.9.7
### Fixes
- fix race when multiple defercleanups are called in goroutines [07fc3a0]
## 2.9.6
### Fixes

View File

@@ -245,7 +245,9 @@ func (suite *Suite) pushCleanupNode(node Node) error {
node.NodeIDWhereCleanupWasGenerated = suite.currentNode.ID
node.NestingLevel = suite.currentNode.NestingLevel
suite.selectiveLock.Lock()
suite.cleanupNodes = append(suite.cleanupNodes, node)
suite.selectiveLock.Unlock()
return nil
}

View File

@@ -1,3 +1,3 @@
package types
const VERSION = "2.9.6"
const VERSION = "2.9.7"