Skip to content

Commit 0f008f9

Browse files
committed
docs: Update README file
1 parent ae5bc38 commit 0f008f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ SDK, the Go version.
5656

5757
## Prerequisites
5858

59-
* [Go](https://golang.org) (version `1.21.1`).
59+
* [Go](https://golang.org) (version `1.22.2`).
6060
* [Docker](https://www.docker.com/) (version `19.03.2`).
6161

6262
## SDK functionality
@@ -1417,7 +1417,7 @@ You can enter the docker environment to build, run and debug your service:
14171417
```
14181418
$ docker-compose run --rm sdk /bin/bash
14191419
root@1f31fa8e5c49:/sdk# go version
1420-
go version go1.21.1 linux/amd64
1420+
go version go1.22.2 linux/amd64
14211421
```
14221422

14231423
Refer to the

0 commit comments

Comments
 (0)