Skip to content

Commit 93028e3

Browse files
committed
docs: Update README file
1 parent 049347e commit 93028e3

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

6868
## Prerequisites
6969

70-
* [Go](https://golang.org) (version `1.23.0`).
70+
* [Go](https://golang.org) (version `1.24.0`).
7171
* [Docker](https://www.docker.com/) (version `19.03.2`).
7272

7373
## SDK functionality
@@ -1736,7 +1736,7 @@ You can enter the docker environment to build, run and debug your service:
17361736
```
17371737
$ docker-compose run --rm sdk /bin/bash
17381738
root@1f31fa8e5c49:/sdk# go version
1739-
go version go1.23.0 linux/amd64
1739+
go version go1.24.0 linux/amd64
17401740
```
17411741

17421742
Refer to the

0 commit comments

Comments
 (0)