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

Updating to ginkgo v2 #18

Closed
wants to merge 1 commit into from
Closed

Conversation

KevinJCross
Copy link
Contributor

No description provided.

@KevinJCross
Copy link
Contributor Author

@pivotalgeorge ??

@silvestre
Copy link
Member

Asked in #Diego for a review

@@ -1,9 +1,18 @@
module code.cloudfoundry.org/cfhttp

go 1.16
go 1.17
Copy link

@PlamenDoychev PlamenDoychev Dec 8, 2022

Choose a reason for hiding this comment

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

Perhaps it is worth mentioning that the PR bumps the golang version as well.

Choose a reason for hiding this comment

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

BTW: What do you think if we separate the golang version bump and ginkgo /v2/ into separate PRs? What about bumping to latest golang version?

Copy link
Member

Choose a reason for hiding this comment

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

I have added a bump to the current 1.19 in #28


require (
github.com/golang/protobuf v1.5.2 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect

Choose a reason for hiding this comment

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

Do we really need this import? The version used seems to be not official. Most probably because the PR is from the beginning of March 2022 and there haven't been official release of the library.

Perhaps it is worth updating the PR (go modules) with latest dependencies used.

Copy link
Member

Choose a reason for hiding this comment

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

I have added a bump to latest direct and indirect dependencies in #28

require (
github.com/golang/protobuf v1.5.2 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect

Choose a reason for hiding this comment

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

Do we really need this import? The version used seems to be not official. Most probably because the PR is from the beginning of March 2022 and there haven't been official release of the library.

Perhaps it is worth updating the PR (go modules) with latest dependencies used.

Copy link
Member

Choose a reason for hiding this comment

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

I have added a bump to latest direct and indirect dependencies in #28

@silvestre silvestre mentioned this pull request Jan 10, 2023
@silvestre
Copy link
Member

@PlamenDoychev : As @KevinJCross has left SAP I have created a new PR #28 based on this one addressing your review comments. Could you please review #28 ? Thank you!

@silvestre
Copy link
Member

@ameowlia : Now that #28 has been merged, this PR may be closed.

@MarcPaquette
Copy link
Contributor

Closing out this PR per #18 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
4 participants