Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 98f340f

Browse files
mdelapenyamergify-bot
authored andcommitted
chore: match Go version with Beats (#1120)
* chore: match Go version with Beats development * docs: update installation of Go * docs: fix make goal (cherry picked from commit 6118601)
1 parent be4b37b commit 98f340f

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.14.12
1+
1.15.9

e2e/_suites/fleet/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ This is an example of the optional configuration:
6666
6767
4. Install dependencies.
6868

69-
- Install Go: `https://golang.org/doc/install` _(The CI uses [GVM](https://github.com/andrewkroh/gvm))_
70-
- Install integrations `make -C e2e sync-integrations`
69+
- 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)"`
70+
- Install integrations `make -C cli sync-integrations`
7171
- Install godog (from project's root directory): `make -C e2e install-godog`
7272

7373
5. Run the tests.

e2e/_suites/helm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This is an example of the optional configuration:
4242

4343
- Install Helm 3.5.2
4444
- Install Kind 0.10.0
45-
- Install Go: `https://golang.org/doc/install` _(The CI uses [GVM](https://github.com/andrewkroh/gvm))_
45+
- 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)"`
4646
- Install godog (from project's root directory): `make -C e2e install-godog`
4747

4848
4. Run the tests.

e2e/_suites/kubernetes-autodiscover/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ This is an example of the optional configuration:
120120
121121
- Install Kubectl 1.18 or newer
122122
- Install Kind 0.10.0 or newer
123-
- Install Go: `https://golang.org/doc/install` _(The CI uses [GVM](https://github.com/andrewkroh/gvm))_
123+
- 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)"`
124124
- Install godog (from project's root directory): `make -C e2e install-godog`
125125
126126
4. Run the tests.

e2e/_suites/metricbeat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This is an example of the optional configuration:
6161
6262
4. Install dependencies.
6363

64-
- Install Go: `https://golang.org/doc/install` _(The CI uses [GVM](https://github.com/andrewkroh/gvm))_
64+
- 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)"`
6565
- Install godog (from project's root directory): `make -C e2e install-godog`
6666

6767
5. Run the tests.

0 commit comments

Comments
 (0)