Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information