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

Pre-built binary fails to run on Go 1.24 projects #942

Closed
LandonTClipp opened this issue Mar 10, 2025 · 0 comments
Closed

Pre-built binary fails to run on Go 1.24 projects #942

LandonTClipp opened this issue Mar 10, 2025 · 0 comments

Comments

@LandonTClipp
Copy link
Collaborator

LandonTClipp commented Mar 10, 2025

#941 (comment)

#941

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant