Skip to content

Commit

Permalink
update go ver and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mxssl committed May 8, 2021
1 parent d039e1b commit c70206a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
github-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@master
uses: actions/setup-go@v2
with:
go-version: 1.13.4
go-version: 1.16.3
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
uses: goreleaser/goreleaser-action@v2
with:
version: v0.123.3
version: v0.164.0
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion INSTALL-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: '2'

services:
tg-captcha-bot:
image: mxssl/tg-captcha-bot:v1.1.1
image: mxssl/tg-captcha-bot:v1.1.2
volumes:
- ./config.toml:/config.toml
restart: unless-stopped
Expand Down
4 changes: 2 additions & 2 deletions INSTALL-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ cd tg-captcha-bot
2. Download bot binary and move it to needed directory

```bash
wget https://github.com/mxssl/tg-captcha-bot/releases/download/v1.1.1/tg-captcha-bot_1.1.1_linux_amd64.tar.gz
wget https://github.com/mxssl/tg-captcha-bot/releases/download/v1.1.2/tg-captcha-bot_1.1.2_linux_amd64.tar.gz

tar xvzf tg-captcha-bot_1.1.1_linux_amd64.tar.gz
tar xvzf tg-captcha-bot_1.1.2_linux_amd64.tar.gz

mv tg-captcha-bot /usr/local/bin/tg-captcha-bot

Expand Down

0 comments on commit c70206a

Please sign in to comment.