Skip to content

Fix Dev Container Build Error (Go Version)#26

Merged
ovvesley merged 1 commit intoUFFeScience:mainfrom
zaclummys:main
Jul 4, 2025
Merged

Fix Dev Container Build Error (Go Version)#26
ovvesley merged 1 commit intoUFFeScience:mainfrom
zaclummys:main

Conversation

@zaclummys
Copy link
Copy Markdown
Contributor

This PR fixes a build failure in GitHub Codespaces due to an outdated Go version.

❌ The go.mod file requires Go >= 1.23.0, but the current dev container uses Go 1.22.12, causing this error:

go: go.mod requires go >= 1.23.0 (running go 1.22.12; GOTOOLCHAIN=local)

✅ Tested in GitHub Codespaces. The container now builds successfully.

@ovvesley
Copy link
Copy Markdown
Collaborator

ovvesley commented Jul 4, 2025

Thanks @zaclummys !

@ovvesley ovvesley merged commit 94c012c into UFFeScience:main Jul 4, 2025
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

Successfully merging this pull request may close these issues.

2 participants