Go - Features, integrations, alternatives & more
What it does
This action builds and tests Go applications. Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
How it works
This action launches a Docker container using the official golang image. The container runs go test
and go build
commands by default. Once the commands stop running, the container is terminated.
It uses the pipeline's filesystem as its working directory to which generated files are saved.
Action preview
