Skip to content

Commit

Permalink
Merge branch 'chenrui333-go-1.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
abutaha committed Apr 8, 2020
2 parents 498e54e + 52b494c commit 4306126
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ brew install aws-es-proxy
### Build from Source

#### Dependencies:
* go1.11+
* go1.14+

```sh
#requires go1.11
#requires go1.14
go build github.com/abutaha/aws-es-proxy
```

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/abutaha/aws-es-proxy

go 1.13
go 1.14

require (
github.com/aws/aws-sdk-go v1.30.4
Expand Down

0 comments on commit 4306126

Please sign in to comment.