Skip to content

Commit

Permalink
docs: Update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
Neurostep committed Apr 8, 2024
1 parent 07ba313 commit 49d9040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ SDK, the Go version.

## Prerequisites

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

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

Refer to the
Expand Down

0 comments on commit 49d9040

Please sign in to comment.