From 54ef48e90799bc5bd00bd4c2d60c20cac02bee70 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 13 Mar 2025 14:28:56 -0400 Subject: [PATCH] docs: bumps required go version to 1.22 --- OpenAPI/kiota/quickstarts/go.md | 2 +- OpenAPI/kiota/tutorials/go-azure.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/kiota/quickstarts/go.md b/OpenAPI/kiota/quickstarts/go.md index f80c627..f93f9c0 100644 --- a/OpenAPI/kiota/quickstarts/go.md +++ b/OpenAPI/kiota/quickstarts/go.md @@ -13,7 +13,7 @@ In this tutorial, you build a sample app in Go that calls a REST API that doesn' ## Required tools -- [Go 1.20](https://golang.org/dl/) +- [Go 1.22](https://golang.org/dl/) ## Create a project diff --git a/OpenAPI/kiota/tutorials/go-azure.md b/OpenAPI/kiota/tutorials/go-azure.md index 5283a2b..c034398 100644 --- a/OpenAPI/kiota/tutorials/go-azure.md +++ b/OpenAPI/kiota/tutorials/go-azure.md @@ -13,7 +13,7 @@ In this tutorial, you generate an API client that uses [Microsoft identity authe ## Required tools -- [Go 1.20](https://golang.org/dl/) +- [Go 1.22](https://golang.org/dl/) ## Create a project