Skip to content

Commit

Permalink
docs: Update go version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
laynax committed Aug 22, 2024
1 parent 8a1c724 commit 8ae24af
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 @@ -66,7 +66,7 @@ SDK, the Go version.

## Prerequisites

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

## SDK functionality
Expand Down Expand Up @@ -1699,7 +1699,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.22.2 linux/amd64
go version go1.23.0 linux/amd64
```

Refer to the
Expand Down

0 comments on commit 8ae24af

Please sign in to comment.