Change8

@vercel/go@3.7.1

📦 vercel-cliView on GitHub →
🐛 1 fixes🔧 2 symbols

Summary

This patch fixes an issue where standalone Go server builds failed due to conflicting user environment variables by cleaning the build environment. It also updates the bootstrap Go version and reorganizes bootstrap source files.

Migration Steps

  1. The bootstrap source files have been moved to a new `bootstrap/` subdirectory.

🐛 Bug Fixes

  • Fixed standalone Go server builds failing due to user-set Go-version-specific environment variables by ensuring the bootstrap wrapper builds with a clean environment.

Affected Symbols