-
Notifications
You must be signed in to change notification settings - Fork 1.8k
go.mod,go.sum,internal/pkg/scaffold: use git.apache.org mirror #1899
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
Conversation
/test unit |
Testing it. |
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.
Following the steps performed to review it.
- clone the pr
- run
$ go clean
andgo clean --modcache
- make install
Then create a new project with and add the api and controller.. Check that the gen commands were executed with success.
Missing just the Changelog. 🥇
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.
/lgtm
/approve
Please, before merge could you add the changelog?
I’m not sure this needs a changelog entry because it’s not specifically an SDK bug. @hasbro17 wdyt? |
5971290
to
ffa4b55
Compare
New changes are detected. LGTM label has been removed. |
with git.apache.org mirror, revendor
ffa4b55
to
b93a7ae
Compare
/test e2e-aws-helm |
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.
LGTM
Description of the change: use github.com/apache/thrift mirror instead of git.apache.org directly.
Motivation for the change: see #1873 for details.
Closes #1873