-
Notifications
You must be signed in to change notification settings - Fork 77
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
use make update-go-verison to update go version in Dockerfile #3310
Conversation
4c8aafb
to
4755624
Compare
It seems that there is this tag environment variable, but it got a null value in CI.
|
4755624
to
1a5e009
Compare
yes, I'm not very familiar with this area, could you tell me how to fix the CI errors? @ty-dc |
Maybe setting the fetch-depth field to 0 will make CI pass, you can try it.
|
1a5e009
to
11f49f2
Compare
11f49f2
to
1371766
Compare
I tried it and it seems to work.
See if it helps you? refer to here |
9e9f017
to
7c098a5
Compare
7c098a5
to
600450d
Compare
In PR #3316 I tested this phenomenon. This is a CI bug, but due to the default nature of the action: "The submitted PR contains workflow changes, but when running CI, the process triggered by the workflow of the main branch is still used." I submitted a PR to pre-fix this issue, you can rebase the main branch later. thanks . |
Hi, a friendly push @duanmengkk , the problem is fixed, you can rebase main, thank you. |
600450d
to
17135a3
Compare
Signed-off-by: duanmengkk <[email protected]>
17135a3
to
97d4213
Compare
Thanks for contributing!
What type of PR is this?
release/none
What this PR does / why we need it:
release/none
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: