You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments