Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not use go.work inside build container
When the golang version does not match the version used inside the build container, dowloading the modules can fail with: ~~~ go: go.work requires go >= 1.21.13 (running go 1.21.11; GOTOOLCHAIN=local) ~~~ This PR makes sure the go.work file created outside gets removed after the source was copied into the build container. Signed-off-by: Martin Schuppert <[email protected]>
- Loading branch information