Bump github.com/onsi/ginkgo/v2 from 2.23.0 to 2.23.1 in /tests

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.23.0 to 2.23.1.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/ginkgo/compare/v2.23.0...v2.23.1)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
This commit is contained in:
dependabot[bot]
2025-03-20 08:41:24 +01:00
committed by Marco Franssen
parent 1c73035ecb
commit 916b551f12
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
module github.com/spiffe/helm-charts/tests
go 1.21
toolchain go1.23.4
toolchain go1.24.1
require (
github.com/onsi/ginkgo/v2 v2.23.0
github.com/onsi/ginkgo/v2 v2.23.1
github.com/onsi/gomega v1.36.2
helm.sh/helm/v3 v3.17.1
)