| `GO_IMAGE` | The Docker image used to run Go for `go-build`<br/>:warning: **set the version required by your project** | `golang:buster` |
| `GO_IMAGE` | The Docker image used to run Go for `go-build`<br/>:warning: **set the version required by your project** | `registry.hub.docker.com/library/golang:buster` |
| `GO_TEST_IMAGE` | The Docker image used to run Go for `go-test`<br/>:warning: **set the version required by your project** | _none_ |
| `GO_PROJECT_DIR` | Go project root directory | `.` |
| `GOPROXY` | URL of Go module proxy | _none_ |
@@ -51,8 +51,8 @@ Here is a `.gitlab-ci.yml` example that triggers a build on 3 target platforms u