Skip to content

Commit 7f49a9d

Browse files
committed
docs: Update go version in README file
1 parent 20b8739 commit 7f49a9d

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.17.6`).
59+
* [Go](https://golang.org) (version `1.18.5`).
6060
* [Docker](https://www.docker.com/) (version `19.03.2`).
6161

6262
## SDK functionality
@@ -1407,7 +1407,7 @@ You can enter the docker environment to build, run and debug your service:
14071407
```
14081408
$ docker-compose run --rm sdk /bin/bash
14091409
root@1f31fa8e5c49:/sdk# go version
1410-
go version go1.17.6 linux/amd64
1410+
go version go1.18.5 linux/amd64
14111411
```
14121412

14131413
Refer to the

0 commit comments

Comments
 (0)