Commit 4792cc79 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

doc: warn default Docker image has to be changed

parent b5e18f9f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@ The Go template uses some global configuration used throughout all jobs.

| Name                  | description                                    | default value     |
| --------------------- | ---------------------------------------------- | ----------------- |
| `GO_IMAGE`            | The Docker image used to run Go for `go-build` | `golang:buster`   |
| `GO_TEST_IMAGE`       | The Docker image used to run Go for `go-test`  | _none_            |
| `GO_IMAGE`            | The Docker image used to run Go for `go-build` <br/>:warning: **set the version required by your project** | `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_            |
| `GOPROXY`             | URL of Go module proxy                         | _none_            |

## Jobs
@@ -101,6 +101,6 @@ More info:
:warning: an [unsolved issue](https://jira.sonarsource.com/browse/SONARSLANG-450) may prevent SonarQube Go plugin from
importing your test reports.

## Gitlab compatibility
## GitLab compatibility

:information_source: This template is actually tested and validated on GitLab Community Edition instance version 13.12.11
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  "variables": [
    {
      "name": "GO_IMAGE",
      "description": "The Docker image used to run Go (build+test or build only) - **it is highly recommended to set the specific version your project needs**",
      "description": "The Docker image used to run Go (build+test or build only) - **set the version required by your project**",
      "default": "golang:buster"
    },
    {