thiagoelg commented on PR #2973:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2973#issuecomment-2707165380

   > > What was the error you were getting when running bootstrap?
   > > I remember it working fine on my end when I tested it 🤔
   > > I'm not exactly sure how go builds work, but will this force a version 
when building the package instead of using the locally installed toolchain 
(that could be an updated version, like `1.22.12`)? If so, maybe we should use 
`go 1.22.12` in the go.mod file.
   > 
   > ```
   > │ go: downloading go1.22 (windows/amd64)
   > │ go: download go1.22 for windows/amd64: toolchain not available
   > ```
   > 
   > "Toolchain not available"
   > 
   > I'm running in Windows 11 native, not WSL.
   
   Yes, I was testing on WIndows 11 native as well, but I guess this is some 
recent changes with Go 1.22 (see 
https://github.com/golang/go/issues/66175#issuecomment-2035182462).
   
   According to this issue (and commits like this one: 
https://github.com/golang/oscar/commit/e571ccd1de7b51c34fc9d88582e2878f65d3a5f3),
 we should probably set it to `go 1.22.12` in the go.mod files to match the go 
version we are using for the repo.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to