Open chenrui333 opened 1 year ago
The check has failed https://github.com/actions/setup-go/actions/runs/5821942042/job/15811878197?pr=410 because the PR should wait till the 1.21 has been deployed to the runners.
I checked the default go is not 21 yet
rebased to the latest main and rerun the build
cc @dsame @dmitry-shibanov
cc @dsame @dmitry-shibanov Anything we could do to help you make it done ? Look like setup-go is a bit behind now :(
ping @dsame @dmitry-shibanov
Thank you for your changes @chenrui333. Could you please revert changes related to actions/checkout
and extra spaces.
sorry about the hassle, I just recommit the change, which is better for review now :) (not sure how I messed up with the master branch merge commit 😮💨 )
Thanks for the patience :)
Encountered below issue when running Azure DevOps pipeline. Version 1.19 is the current working at my end.
I think, it downloads from this link https://storage.googleapis.com/golang/go1.21.windows-amd64.zip which is empty.
Could somebody help me on this.
Thanks in advance.
@Jayzon2019 you should use 1.21.0 or 1.21.1 rather than 1.21, which would resolve your issue
@chenrui333 . A thousand thanks to you.
I tried 1.21.1 and it was successful. I appreciate the immediate assistance.
Description: With go1.21 release, bump the golang usage/docs to it
Related issue: n/a
Check list: