-
Notifications
You must be signed in to change notification settings - Fork 18k
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
x/build/cmd/gomote: token has been expired or revoked #64748
Comments
We need to add the ability to refresh the authentication tokens. For now, you can work around this by removing the file located at |
@cuonglm Did the suggested action resolve your issue? |
Sorry for late response, just back from the holidays. It works for me. Thank you. |
@cuonglm No worries. I'm also just getting back from the holidays. Thanks. |
Change https://go.dev/cl/554056 mentions this issue: |
This change adds a validation check for cached tokens. If the token is invalid, then it will trigger a new login. For golang/go#64748 Change-Id: I662dc0716a31bfe8e2b068606bc1e34c837269f2 Reviewed-on: https://go-review.googlesource.com/c/build/+/554056 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Carlos Amedee <carlos@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
I suspect this issue has been fixed by the CL. I'm going to some time to confirm that it doesn't happen again. |
Go version
N/A
What operating system and processor architecture are you using (
go env
)?What did you do?
What did you expect to see?
gomote create linux-arm
runs ok.What did you see instead?
The text was updated successfully, but these errors were encountered: