Commit de39a77
committed
Fix init_go_test hitting GitHub API rate limit in CI
Pin init_go_test to --version v1.29.0, matching how the python and cc
plugin init tests already avoid the GitHub API. Also add GITHUB_TOKEN
support to getLatestRevision() so unauthenticated rate limits (60/hr)
don't break CI when the API is hit for real.1 parent 53ff948 commit de39a77
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
256 | 259 | | |
257 | 260 | | |
258 | 261 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments