Skip to content

Commit 63ec92b

Browse files
Bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.28.1 in /tests (#1609)
1 parent 504c510 commit 63ec92b

File tree

10 files changed

+20
-16
lines changed

10 files changed

+20
-16
lines changed

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.0
55
require (
66
github.com/gruntwork-io/terratest v0.47.2
77
github.com/mittwald/go-helm-client v0.12.19
8-
github.com/onsi/ginkgo/v2 v2.28.0
8+
github.com/onsi/ginkgo/v2 v2.28.1
99
github.com/onsi/gomega v1.39.1
1010
github.com/stretchr/testify v1.11.1
1111
k8s.io/api v0.35.1

tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
279279
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
280280
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
281281
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
282-
github.com/onsi/ginkgo/v2 v2.28.0 h1:Rrf+lVLmtlBIKv6KrIGJCjyY8N36vDVcutbGJkyqjJc=
283-
github.com/onsi/ginkgo/v2 v2.28.0/go.mod h1:ArE1D/XhNXBXCBkKOLkbsb2c81dQHCRcF5zwn/ykDRo=
282+
github.com/onsi/ginkgo/v2 v2.28.1 h1:S4hj+HbZp40fNKuLUQOYLDgZLwNUVn19N3Atb98NCyI=
283+
github.com/onsi/ginkgo/v2 v2.28.1/go.mod h1:CLtbVInNckU3/+gC8LzkGUb9oF+e8W8TdUsxPwvdOgE=
284284
github.com/onsi/gomega v1.39.1 h1:1IJLAad4zjPn2PsnhH70V4DKRFlrCzGBNrNaru+Vf28=
285285
github.com/onsi/gomega v1.39.1/go.mod h1:hL6yVALoTOxeWudERyfppUcZXjMwIMLnuSfruD2lcfg=
286286
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=

tests/vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/vendor/github.com/onsi/ginkgo/v2/README.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/vendor/github.com/onsi/ginkgo/v2/core_dsl.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/command/command.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/run.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/vendor/github.com/onsi/ginkgo/v2/internal/suite.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/vendor/github.com/onsi/ginkgo/v2/types/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,8 @@ github.com/munnerz/goautoneg
393393
# github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
394394
## explicit
395395
github.com/mxk/go-flowrate/flowrate
396-
# github.com/onsi/ginkgo/v2 v2.28.0
397-
## explicit; go 1.23.0
396+
# github.com/onsi/ginkgo/v2 v2.28.1
397+
## explicit; go 1.24.0
398398
github.com/onsi/ginkgo/v2
399399
github.com/onsi/ginkgo/v2/config
400400
github.com/onsi/ginkgo/v2/formatter

0 commit comments

Comments
 (0)