From 9c3fe56591f24ae4b5ca0b3c2d22c99a346a9f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Saint-F=C3=A9lix?= Date: Tue, 16 Jan 2024 17:56:59 +0100 Subject: [PATCH] bump minimal version in documentation (#787) --- .doc/getting-started.asciidoc | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.doc/getting-started.asciidoc b/.doc/getting-started.asciidoc index 37f2af4e45..eb17b8aba1 100644 --- a/.doc/getting-started.asciidoc +++ b/.doc/getting-started.asciidoc @@ -9,7 +9,7 @@ fully typed API. This getting started shows you examples of both APIs. [discrete] === Requirements -Go version 1.13+ +Go version 1.20+ [discrete] === Installation diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 11662afc2e..535bc8d4db 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ before we can accept pull requests from you. ### Prerequisites -You need at least Go 1.13 to build the project. +You need at least Go 1.20 to build the project. Docker is used for some tests to spawn an Elasticsearch server.