Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
upgrade go version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Sep 27, 2022
1 parent 73d31cf commit ea5d730
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ release:

before:
hooks:
- go mod tidy -compat=1.18
- go mod tidy

builds:
- <<: &build_defaults
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</a>
</p>

> **🤖 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.

Expand Down
2 changes: 1 addition & 1 deletion botway.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/botwaygo

0 comments on commit ea5d730

Please sign in to comment.