Skip to content

Commit

Permalink
release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
pingzhou committed Nov 19, 2021
1 parent d221f84 commit d334dff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: 1.16.2
go-version: 1.15
- name: Release
uses: goreleaser/goreleaser-action@v2
if: startsWith(github.ref, 'refs/tags/')
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# delay-api
simple api for timeout test
simple wait for response api for timeout test

Install via brew
```
brew tap applegreengrape/delay-api https://github.com/applegreengrape/delay-api
brew install delay-api
```

0 comments on commit d334dff

Please sign in to comment.