Closed AObuchow closed 2 months ago
@dkwon17 Since we're aiming to release DWO 0.31.0 today, what do you think about:
Re-opening this issue so we can remember to proceed with the more permanent solution of upgrading the repo to go 1.22 throughout the repo.
Re-opening this issue so we can remember to proceed with the more permanent solution of upgrading the repo to go 1.22 throughout the repo.
Never mind, I decided to make a separate issue for this: https://github.com/devfile/devworkspace-operator/issues/1316
The GitHub Action's that check the format of the repo's go code are currently failing with:
I believe this is because we use an outdated Go version throughout the repo. I quickly tried to install goimports@latest in an "empty workspace" in Che:
Originally, we kept this version of Go because Go 1.22 had not yet been released for Fedora 40, and I didn't want to break the local workflows of developers using Fedora.
Two solutions that come to mind: