From ea5d73022fc013e9cc1c174aded7c133b3e6438a Mon Sep 17 00:00:00 2001 From: abdfnx Date: Tue, 27 Sep 2022 21:24:57 +0300 Subject: [PATCH] upgrade go version to `1.19` --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yaml | 2 +- .goreleaser.yml | 8 ++++---- README.md | 2 +- botway.json | 2 +- package.json | 2 +- packages/botwaygo | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5af3875..cbff497e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.18 + go-version: 1.19 - name: Set up Task uses: arduino/setup-task@v1 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c2e35bfd..dd37c6fe 100755 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.18 + go-version: 1.19 - name: Set up Task uses: arduino/setup-task@v1 diff --git a/.goreleaser.yml b/.goreleaser.yml index ec192c02..f442fc23 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -10,7 +10,7 @@ release: before: hooks: - - go mod tidy -compat=1.18 + - go mod tidy builds: - <<: &build_defaults @@ -66,7 +66,7 @@ nfpms: homepage: https://github.com/abdfnx/botway bindir: /usr file_name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .Arch }}" - description: "🤖 Generate, build, handle and deploy your own bot with your favorite language, for Discord, or Telegram, or Slack" + description: "🤖 Generate, build, handle and deploy your own bot with your favorite language, for Discord, or Telegram, or Slack, or even Twitch" formats: - apk - deb @@ -78,7 +78,7 @@ brews: owner: abdfnx name: homebrew-tap homepage: "https://github.com/abdfnx/botway" - description: "🤖 Generate, build, handle and deploy your own bot with your favorite language, for Discord, or Telegram, or Slack" + description: "🤖 Generate, build, handle and deploy your own bot with your favorite language, for Discord, or Telegram, or Slack, or even Twitch" license: MIT scoop: @@ -87,7 +87,7 @@ scoop: owner: abdfnx name: botway homepage: "https://botway.web.app" - description: "🤖 Generate, build, handle and deploy your own bot with your favorite language, for Discord, or Telegram, or Slack" + description: "🤖 Generate, build, handle and deploy your own bot with your favorite language, for Discord, or Telegram, or Slack, or even Twitch" license: MIT checksum: diff --git a/README.md b/README.md index fb6a181a..0d799d1c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

-> **🤖 Generate, build, handle and deploy your own bot with your favorite language, for Discord, or Telegram, or Slack.** +> **🤖 Generate, build, handle and deploy your own bot with your favorite language, for Discord, or Telegram, or Slack, or even Twitch.** With botway, you can focus on your bot's logic and don't worry about the infrastructure. and we will take care of the rest. diff --git a/botway.json b/botway.json index bb5e186e..18813912 100644 --- a/botway.json +++ b/botway.json @@ -14,5 +14,5 @@ }, "homepage": "https://botway.web.app", "license": "MIT", - "description": "🤖 Generate, build, handle and deploy your own bot with your favorite language, for Discord, or Telegram, or Slack" + "description": "🤖 Generate, build, handle and deploy your own bot with your favorite language, for Discord, or Telegram, or Slack, or even Twitch" } diff --git a/package.json b/package.json index f8c4501e..55494865 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "botway", "version": "0.1.98", - "description": "🤖 Generate, build, handle and deploy your own bot with your favorite language, for Discord, or Telegram, or Slack.", + "description": "🤖 Generate, build, handle and deploy your own bot with your favorite language, for Discord, or Telegram, or Slack, or even Twitch.", "type": "module", "author": "abdfnx", "license": "MIT", diff --git a/packages/botwaygo b/packages/botwaygo index 969619e5..dff2eaea 160000 --- a/packages/botwaygo +++ b/packages/botwaygo @@ -1 +1 @@ -Subproject commit 969619e5b077d4d546c2159ca9275bf2a501b448 +Subproject commit dff2eaea86447e765c30e0401681329fb7739d51