loft-sh / devpod

Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker.
https://devpod.sh
Mozilla Public License 2.0
8.43k stars 307 forks source link

DevPod image is outdated #1005

Closed shanman190 closed 2 months ago

shanman190 commented 2 months ago

What happened? Presently the devcontainer contained within this repository is directed to use go1.19, but the project requires go1.21 or better in order to utilize the toolchain feature. As a result of this, attempting to build the project using ./hack/rebuild.sh errors out stating toolchain is unknown.

What did you expect to happen instead?
A successful build.

How can we reproduce the bug? (as minimally and precisely as possible)
Open the loft-sh/devpod project in DevPod and attempt to build it. 😉

Local Environment:

DevPod Provider:

Anything else we need to know?
I think the above covers it.

shanman190 commented 2 months ago

As a workaround, I've just installed go1.22 inside the container and that gets it going.

pascalbreuninger commented 2 months ago

Ha! Thanks for catching that, updated the Dockerfile :)