From 53b148d79f2f6798c26ed83f84e8aaa5016cea4e Mon Sep 17 00:00:00 2001 From: Michael Valdron Date: Wed, 12 Jun 2024 15:59:24 -0400 Subject: [PATCH] update references to Go 1.21 in docs Signed-off-by: Michael Valdron --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 138a7859..35639a77 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ contribution. See the [DCO](./DCO) file for details. The following are required to work on devfile library: - Git -- Go 1.19 or later +- Go 1.21 or later ## Code of Conduct Before contributing to this repository, see [contributor code of conduct](https://github.com/devfile/api/blob/main/CODE_OF_CONDUCT.md#contributor-covenant-code-of-conduct) diff --git a/README.md b/README.md index 58f44fa4..ad1ad666 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@