Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set GOTOOLCHAIN min version when init go.work
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 set the GOTOOLCHAIN to set 1.21.0 as the min required version and sets it in go.work file. Signed-off-by: Martin Schuppert <[email protected]>
- Loading branch information