Skip to content

Commit 8ae24af

Browse files
committed
docs: Update go version in README.md
1 parent 8a1c724 commit 8ae24af

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
@@ -66,7 +66,7 @@ SDK, the Go version.
6666

6767
## Prerequisites
6868

69-
* [Go](https://golang.org) (version `1.22.2`).
69+
* [Go](https://golang.org) (version `1.23.0`).
7070
* [Docker](https://www.docker.com/) (version `19.03.2`).
7171

7272
## SDK functionality
@@ -1699,7 +1699,7 @@ You can enter the docker environment to build, run and debug your service:
16991699
```
17001700
$ docker-compose run --rm sdk /bin/bash
17011701
root@1f31fa8e5c49:/sdk# go version
1702-
go version go1.22.2 linux/amd64
1702+
go version go1.23.0 linux/amd64
17031703
```
17041704

17051705
Refer to the

0 commit comments

Comments
 (0)