Description
Related to redhat-developer/web-terminal-operator#178
I was trying to compile the project using make test, however I faced this issue:
> make test
# internal/msan
compile: version "go1.23.5" does not match go tool version "go1.24.2"
I think this is due to me having golang 1.24 on my system. I see that project is still using GoLang 1.22:
|
go 1.22 |
|
|
|
toolchain go1.22.0 |
Would it be possible to bump the Go version for the project? Or are there any downstream dependencies or constraints that require us to stay on the current version?
Acceptance Criteria
Description
Related to redhat-developer/web-terminal-operator#178
I was trying to compile the project using
make test, however I faced this issue:I think this is due to me having golang 1.24 on my system. I see that project is still using GoLang 1.22:
devworkspace-operator/go.mod
Lines 3 to 5 in 799c0c4
Would it be possible to bump the Go version for the project? Or are there any downstream dependencies or constraints that require us to stay on the current version?
Acceptance Criteria