Skip to content

Commit

Permalink
Merge 591805d into 47d0cd2
Browse files Browse the repository at this point in the history
  • Loading branch information
ubogdan authored Dec 1, 2021
2 parents 47d0cd2 + 591805d commit 2c5c3aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
go: [ '1.13.x', '1.14.x', '1.15.x', '1.16.x', '1.17.x' ]
go: [ '1.14.x', '1.15.x', '1.16.x', '1.17.x' ]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $ go get -u github.com/swaggo/swag/cmd/swag
# 1.16 or newer
$ go install github.com/swaggo/swag/cmd/swag@latest
```
To build from source you need [Go](https://golang.org/dl/) (1.13 or newer).
To build from source you need [Go](https://golang.org/dl/) (1.14 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 @@ -53,7 +53,7 @@ $ go get -u github.com/swaggo/swag/cmd/swag
$ go install github.com/swaggo/swag/cmd/swag@latest
```

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

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

Expand Down

0 comments on commit 2c5c3aa

Please sign in to comment.