Hop uses Nixpacks for automatic, configless
deployments. You can write a custom
Dockerfile if you don't want to use
Nixpacks.main.go file in your project root. If a go.mod file is found, packages are installed with go get. Hop uses go build to compile your application, then executes the resulting binary.
Versions
The version is parsed from thego.mod file.
The following Go versions are available:
- 1.18
- 1.17 (default)