-
Notifications
You must be signed in to change notification settings - Fork 426
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
Pre-built binary fails to run on Go 1.24 projects #942
Comments
LandonTClipp
added a commit
to LandonTClipp/mockery
that referenced
this issue
Mar 10, 2025
Relates to vektra#942. It was found that the pre-built binaries fail to run on Go 1.24 projects with this error: ``` 10 Mar 25 15:01 CET ERR encountered error when loading package error="-: This application uses version go1.23 of the source-processing packages but runs version go1.24 of 'go list'. It may fail to process source files that rely on newer language features. If so, rebuild the application using a newer version of Go." dry-run=false version=v2.53.1 ``` We modify the release pipeline to always use the latest stable version of Go.
LandonTClipp
added a commit
to LandonTClipp/mockery
that referenced
this issue
Mar 10, 2025
Relates to vektra#942. It was found that the pre-built binaries fail to run on Go 1.24 projects with this error: ``` 10 Mar 25 15:01 CET ERR encountered error when loading package error="-: This application uses version go1.23 of the source-processing packages but runs version go1.24 of 'go list'. It may fail to process source files that rely on newer language features. If so, rebuild the application using a newer version of Go." dry-run=false version=v2.53.1 ``` We modify the release pipeline to always use the latest stable version of Go.
LandonTClipp
added a commit
to LandonTClipp/mockery
that referenced
this issue
Mar 10, 2025
Relates to vektra#942. It was found that the pre-built binaries fail to run on Go 1.24 projects with this error: ``` 10 Mar 25 15:01 CET ERR encountered error when loading package error="-: This application uses version go1.23 of the source-processing packages but runs version go1.24 of 'go list'. It may fail to process source files that rely on newer language features. If so, rebuild the application using a newer version of Go." dry-run=false version=v2.53.1 ``` We modify the release pipeline to always use the latest stable version of Go.
LandonTClipp
added a commit
to LandonTClipp/mockery
that referenced
this issue
Mar 10, 2025
Relates to vektra#942. It was found that the pre-built binaries fail to run on Go 1.24 projects with this error: ``` 10 Mar 25 15:01 CET ERR encountered error when loading package error="-: This application uses version go1.23 of the source-processing packages but runs version go1.24 of 'go list'. It may fail to process source files that rely on newer language features. If so, rebuild the application using a newer version of Go." dry-run=false version=v2.53.1 ``` We modify the release pipeline to always use the latest stable version of Go.
LandonTClipp
added a commit
that referenced
this issue
Mar 10, 2025
Relates to #942. It was found that the pre-built binaries fail to run on Go 1.24 projects with this error: ``` 10 Mar 25 15:01 CET ERR encountered error when loading package error="-: This application uses version go1.23 of the source-processing packages but runs version go1.24 of 'go list'. It may fail to process source files that rely on newer language features. If so, rebuild the application using a newer version of Go." dry-run=false version=v2.53.1 ``` We modify the release pipeline to always use the latest stable version of Go.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#941 (comment)
#941
The text was updated successfully, but these errors were encountered: