diff --git a/.go-version b/.go-version index 4ed70fac17..30a88ea45a 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.14.12 +1.15.9 diff --git a/e2e/_suites/fleet/README.md b/e2e/_suites/fleet/README.md index 94cf727cdd..e0119b5d79 100644 --- a/e2e/_suites/fleet/README.md +++ b/e2e/_suites/fleet/README.md @@ -66,8 +66,8 @@ This is an example of the optional configuration: 4. Install dependencies. - - Install Go: `https://golang.org/doc/install` _(The CI uses [GVM](https://github.com/andrewkroh/gvm))_ - - Install integrations `make -C e2e sync-integrations` + - Install Go, using the language version defined in the `.go-version` file at the root directory. We recommend using [GVM](https://github.com/andrewkroh/gvm), same as done in the CI, which will allow you to install multiple versions of Go, setting the Go environment in consequence: `eval "$(gvm 1.15.9)"` + - Install integrations `make -C cli sync-integrations` - Install godog (from project's root directory): `make -C e2e install-godog` 5. Run the tests. diff --git a/e2e/_suites/helm/README.md b/e2e/_suites/helm/README.md index 565aed3913..8ccb37dcad 100644 --- a/e2e/_suites/helm/README.md +++ b/e2e/_suites/helm/README.md @@ -42,7 +42,7 @@ This is an example of the optional configuration: - Install Helm 3.5.2 - Install Kind 0.10.0 - - Install Go: `https://golang.org/doc/install` _(The CI uses [GVM](https://github.com/andrewkroh/gvm))_ + - Install Go, using the language version defined in the `.go-version` file at the root directory. We recommend using [GVM](https://github.com/andrewkroh/gvm), same as done in the CI, which will allow you to install multiple versions of Go, setting the Go environment in consequence: `eval "$(gvm 1.15.9)"` - Install godog (from project's root directory): `make -C e2e install-godog` 4. Run the tests. diff --git a/e2e/_suites/kubernetes-autodiscover/README.md b/e2e/_suites/kubernetes-autodiscover/README.md index 2f35723856..c7a6878757 100644 --- a/e2e/_suites/kubernetes-autodiscover/README.md +++ b/e2e/_suites/kubernetes-autodiscover/README.md @@ -120,7 +120,7 @@ This is an example of the optional configuration: - Install Kubectl 1.18 or newer - Install Kind 0.10.0 or newer - - Install Go: `https://golang.org/doc/install` _(The CI uses [GVM](https://github.com/andrewkroh/gvm))_ + - Install Go, using the language version defined in the `.go-version` file at the root directory. We recommend using [GVM](https://github.com/andrewkroh/gvm), same as done in the CI, which will allow you to install multiple versions of Go, setting the Go environment in consequence: `eval "$(gvm 1.15.9)"` - Install godog (from project's root directory): `make -C e2e install-godog` 4. Run the tests. diff --git a/e2e/_suites/metricbeat/README.md b/e2e/_suites/metricbeat/README.md index 0c36e002b2..fdd4e572d1 100644 --- a/e2e/_suites/metricbeat/README.md +++ b/e2e/_suites/metricbeat/README.md @@ -61,7 +61,7 @@ This is an example of the optional configuration: 4. Install dependencies. - - Install Go: `https://golang.org/doc/install` _(The CI uses [GVM](https://github.com/andrewkroh/gvm))_ + - Install Go, using the language version defined in the `.go-version` file at the root directory. We recommend using [GVM](https://github.com/andrewkroh/gvm), same as done in the CI, which will allow you to install multiple versions of Go, setting the Go environment in consequence: `eval "$(gvm 1.15.9)"` - Install godog (from project's root directory): `make -C e2e install-godog` 5. Run the tests.