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
Some of our script programs invoke go run and the command go sets GOROOT, but doesn't adjust PATH.
So, CI ended up facing mismatched go and GOROOT setting.
The easiest fix is to downgrade the go.mod lang version, and build the release tool (that requires go1.23) only with go1.23 (buildtag)
The text was updated successfully, but these errors were encountered:
After marking the extension module's go version to go1.23.0 in CL 595376, they are broken.
The root cause is golang/go#68005
Some of our script programs invoke
go run
and the commandgo
setsGOROOT
, but doesn't adjustPATH
.So, CI ended up facing mismatched go and GOROOT setting.
The easiest fix is to downgrade the go.mod lang version, and build the release tool (that requires go1.23) only with go1.23 (buildtag)
The text was updated successfully, but these errors were encountered: