Skip to content
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

goversion 1.21 failed #145

Closed
Wsine opened this issue Jan 2, 2024 · 3 comments
Closed

goversion 1.21 failed #145

Wsine opened this issue Jan 2, 2024 · 3 comments

Comments

@Wsine
Copy link
Contributor

Wsine commented Jan 2, 2024

I tried to use the configuration goversion: 1.21, however, it failed. I used to use goversion: 1.17 and it works well.

See the context: https://github.com/Wsine/feishu2md/actions/runs/7382035938/workflow

Also, I tried to use goversion: "go.mod" but it also failed.

Context: https://github.com/Wsine/feishu2md/actions/runs/7382066531/workflow

Finally, I managed to set it to goversion: 1.21.5, then it worked.

Context: https://github.com/Wsine/feishu2md/actions/runs/7382078631/workflow

I think there may be something wrong in recent updates. Hope that helps.

@wangyoucao577
Copy link
Owner

It's caused by the missing of new 1.20 and 1.21 shortcuts, see

if [[ ${INPUT_GOVERSION} == "1.19" ]]; then
. Will fix it soon, PR is also welcome.

@Wsine
Copy link
Contributor Author

Wsine commented Jan 2, 2024

. Will fix it soon, PR is also welcome.

I opened an PR #146 for this issue.

@wangyoucao577
Copy link
Owner

New version has been released. Try again please!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants