chore(dep): upgrade go and gotd version#1079
Conversation
|
MTProto topic api changes in this upgrade, so I rewrite related code according to After fix, Everything works fine. Request a review. |
|
Maybe we should remove teamgram-server and use real telegram to run e2e task? teamgram-server is a commercial project and public lacks maintenance... |
|
I migrated from the Telegram Test server to teamgram because the Test Server no longer allows the use of test phone accounts. However, teamgram’s schema layer cannot keep up with the latest versions. Before upgrading gotd, it might be better to first address the issue of test accounts |
According to tdlib/td#3083, it is nearly impossible to use test server. But goth api layer version 216 is too much higher than teamgram's 201 version. My idea is that I can provide an unused real account for test, and we manually trigger e2e test when review PR. |
d7fbe5f to
07c2207
Compare
07c2207 to
602c073
Compare
386dd44 to
1d32474
Compare
Deploying tdl-docs with
|
| Latest commit: |
1d32474
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2a2e76e8.tdl-docs.pages.dev |
| Branch Preview URL: | https://upgrade-go-gotd.tdl-docs.pages.dev |
|
fix e2e test in #1094 |
close #1061
I carefully read go and gotd change logs. There don't have breaking changes.
The go version upgrade from 1.23 to 1.24 is cause by gotd upgraded the minimal go version.