Skip to content
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

fix(deps): update golang/x/net to 0.33.0 #5639

Merged
merged 1 commit into from
Dec 20, 2024
Merged

fix(deps): update golang/x/net to 0.33.0 #5639

merged 1 commit into from
Dec 20, 2024

Conversation

chingor13
Copy link
Contributor

Ran:

go get -u
go mody tidy

@chingor13 chingor13 requested a review from a team as a code owner December 19, 2024 23:16
@@ -1,30 +1,44 @@
module github.com/googleapis/repo-automation-bots/packages/flakybot

go 1.19
go 1.23.2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure how this bot is built but note this is bumping the min version of Go to 1.23.2. Do we need to update a docker file to? I personally never use the -u flag as it literally bumps everything include all indirect deps. Usually I would just go get some/dep@latest && go mod tidy.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will monitor the app and be ready to revert if it breaks

@chingor13 chingor13 merged commit 5e55922 into main Dec 20, 2024
21 checks passed
@chingor13 chingor13 deleted the update-g-net branch December 20, 2024 17:11
@release-please release-please bot mentioned this pull request Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants