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.
![Ies8QYWC7d](https://private-user-images.githubusercontent.com/21985684/336364049-84b689cd-913a-4208-8ffd-d987e45f8d56.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5OTU0MjUsIm5iZiI6MTczODk5NTEyNSwicGF0aCI6Ii8yMTk4NTY4NC8zMzYzNjQwNDktODRiNjg5Y2QtOTEzYS00MjA4LThmZmQtZDk4N2U0NWY4ZDU2LmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA2MTIwNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTYxNTU3YTNhMzc0MTc0ODY0YzAzYjFmOWIwYTJlZGY5OGNlNjg0YTNmMjdhMWI4N2Y2NmJkOTQwYjJhOWRjYzImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.QzAU-g3EVKfRLf3hHHVuK8sDJpYLiQTHpky8iUeVofQ)
Beta Was this translation helpful? Give feedback.
All reactions