Hatchery requires golang 1.14+
. It implements a golang module.
See the Dockerfile:
Update dependencies with:
go get -u
Build and test with:
(
go build -o bin/hatchery && go test -v ./hatchery/ -failfast
)
Hatchery requires golang 1.14+
. It implements a golang module.
See the Dockerfile:
Update dependencies with:
go get -u
Build and test with:
(
go build -o bin/hatchery && go test -v ./hatchery/ -failfast
)