Skip to content

Commit

Permalink
Bump Go version to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
ashera96 committed Oct 14, 2024
1 parent 59d3670 commit f7f2a0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion import-export-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion import-export-cli/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.20
go 1.22

require (
github.com/Jeffail/gabs v1.4.0
Expand Down

0 comments on commit f7f2a0b

Please sign in to comment.