-
Notifications
You must be signed in to change notification settings - Fork 257
🌱 Upgrade bingo tooling deps #1703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT | ||
|
||
go 1.22.2 | ||
go 1.23.0 | ||
|
||
require github.com/onsi/ginkgo/v2 v2.22.2 // ginkgo | ||
toolchain go1.24.3 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we remove the toolchain line? Or does the dependency force it to be pulled in? (same question for all the dep bump mod files). There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That fails with
I think we need to ensure we go to 1.24.3 because of the downstream, right? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The value of the toolchain in the bingo files is the value for the operator-registries go version, which is 1.24.3. If this was updated to 1.24.4, the toolchain referenced here would be 1.24.4. |
||
|
||
require github.com/onsi/ginkgo/v2 v2.23.4 // ginkgo |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT | ||
|
||
go 1.22.5 | ||
go 1.23.0 | ||
|
||
require github.com/golangci/golangci-lint v1.63.4 // cmd/golangci-lint | ||
toolchain go1.24.3 | ||
|
||
require github.com/golangci/golangci-lint v1.64.8 // cmd/golangci-lint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also bump
ginkgo
in our go.mod to match.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is updated in the go.mod already