Go 1.26 GC improvements
Faster PGO, runtime, and sub-millisecond GC.
High-performance microservices and bots, no build step. First-class goroutines and channels.
Everything optimized, production-ready.
Faster PGO, runtime, and sub-millisecond GC.
Native support for Go monorepos.
Native goroutines and channels in the runtime.
Modules resolved automatically — just upload your code.
Where this runtime shines on our platform.
Gin, Fiber, Echo, and Chi backends with concurrent goroutines and optimized middleware in production.
Typed inter-service communication with bidirectional streaming, smart retries, and native observability.
Heavy goroutines, channels, and worker pools in production with minimal memory footprint.
24/7 Go bot hosting with auto-restart, low latency, and efficient resource use.
HTTP edge apps with TLS, caching, rate limiting, and advanced routing at low latency.
Infrastructure tools, automation, schedulers, and CLIs distributed as services in production.
Pick the track that best fits your project.
Current version
1.26
Single stable toolchain
Everything you need to configure your app.
.gogo.mod | go.workgogolangCreate a squarecloud.app file at your project root:
MEMORY=512
DISPLAY_NAME=Meu App
VERSION=recommendedGo 1.26, modules, workspaces, and concurrency.