Skip to content

Commit

Permalink
update documentation regarding go version (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubogdan authored Jul 24, 2021
1 parent 95a0837 commit 6be354d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Swag converts Go annotations to Swagger Documentation 2.0. We've created a varie
```sh
$ go get -u github.com/swaggo/swag/cmd/swag
```
To build from source you need [Go](https://golang.org/dl/) (1.9 or newer).
To build from source you need [Go](https://golang.org/dl/) (1.13 or newer).

Or download a pre-compiled binary from the [release page](https://github.com/swaggo/swag/releases).

Expand Down
2 changes: 1 addition & 1 deletion README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Swag将Go的注释转换为Swagger2.0文档。我们为流行的 [Go Web Framewo
go get -u github.com/swaggo/swag/cmd/swag
```

从源码开始构建的话,需要有Go环境(1.9及以上版本)。
从源码开始构建的话,需要有Go环境(1.13及以上版本)。

或者从github的release页面下载预编译好的二进制文件。

Expand Down

0 comments on commit 6be354d

Please sign in to comment.