diff --git a/import-export-cli/README.md b/import-export-cli/README.md index 0f5fb6b1..080aee3d 100644 --- a/import-export-cli/README.md +++ b/import-export-cli/README.md @@ -6,7 +6,7 @@ Command Line tool for importing and exporting APIs/Applications/API Products in ## Getting Started - ### Setting up the development environment - 1. Install [Go 1.20](https://golang.org/dl) + 1. Install [Go 1.22](https://golang.org/dl) 2. Fork the [repository](https://github.com/wso2/product-apim-tooling) 3. Clone your fork into any directory 5. `cd` into cloned directory and then cd into `product-apim-tooling/import-export-cli` diff --git a/import-export-cli/go.mod b/import-export-cli/go.mod index 4cb1449d..26eb2700 100644 --- a/import-export-cli/go.mod +++ b/import-export-cli/go.mod @@ -1,4 +1,4 @@ -go 1.20 +go 1.22 require ( github.com/Jeffail/gabs v1.4.0