Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
build(deps): bump github.com/onsi/gomega
Bumps the linter-testdata group with 1 update in the /pkg/golinters/ginkgolinter/testdata directory: [github.com/onsi/gomega](https://github.com/onsi/gomega).


Updates `github.com/onsi/gomega` from 1.36.3 to 1.37.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.36.3...v1.37.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: linter-testdata
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 4, 2025
commit 350d436bb63aa6fa0b1d9a669b39dacb71acb673
4 changes: 3 additions & 1 deletion pkg/golinters/ginkgolinter/testdata/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ module ginkgolinter

go 1.23.0

toolchain go1.24.1

require (
github.com/onsi/ginkgo/v2 v2.23.3
github.com/onsi/gomega v1.36.3
github.com/onsi/gomega v1.37.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions pkg/golinters/ginkgolinter/testdata/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading