Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DevPod image is outdated #1005

Closed
shanman190 opened this issue Apr 15, 2024 · 2 comments
Closed

DevPod image is outdated #1005

shanman190 opened this issue Apr 15, 2024 · 2 comments
Assignees

Comments

@shanman190
Copy link
Contributor

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 Version: 0.5.5
  • Operating System: windows
  • ARCH of the OS: AMD64

DevPod Provider:

  • Cloud Provider: aws
  • Kubernetes Provider: N/A
  • Local/remote provider: N/A
  • Custom provider: N/A

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

@shanman190
Copy link
Contributor Author

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

@pascalbreuninger
Copy link
Member

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

@deniseschannon deniseschannon added the bug Something isn't working label May 8, 2024 — with Linear
@deniseschannon deniseschannon removed bug Something isn't working kind/bug labels May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants