Deploy Golang applications with Hop
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.
go.mod
file.
The following Go versions are available: