Skip to content

Instantly share code, notes, and snippets.

@Apurer
Created October 2, 2025 21:42
Show Gist options
  • Select an option

  • Save Apurer/79a05601192515f9c1e6f748bdae950b to your computer and use it in GitHub Desktop.

Select an option

Save Apurer/79a05601192515f9c1e6f748bdae950b to your computer and use it in GitHub Desktop.
# Create new AMD64 VM
podman machine init my-amd64-go125
podman machine os apply ghcr.io/apurer/complete-coreos-dev:amd64-go125-final my-amd64-go125
podman machine start my-amd64-go125
podman machine ssh my-amd64-go125
# Test Go 1.25.1
source /etc/profile.d/go125-priority.sh
gv # Shows: go version go1.25.1 linux/amd64
sysinfo # Shows all development tools
cd /tmp/workspace # Ready for development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment