Replies: 1 comment
-
I guess it's because you have a problem with your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The following is my workflow file:
I don't have a go.mod file in my root directory, but there are in the core and server directories. If I use go1.18, github action will work fine, but if I use go1.21, I will get an error that the go file cannot be found.
Beta Was this translation helpful? Give feedback.
All reactions