Skip to content

Commit

Permalink
Use Go 1.18.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cychiuae committed Aug 21, 2024
1 parent 44d9d76 commit fdf4d81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
golang 1.18.10
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This app has three components: the GitHub Action repo, the intermediate server, and the Slack interface.
It is recommended to create your own repo to test the app, using the 2,000 free minutes they give you every month.

## Prerequisite

- Go 1.18 (via asdf)

### Running local development server

On root directory:
Expand Down Expand Up @@ -54,4 +58,4 @@ If you want to disable config persistence i.e. reconstruct the list of subscribe

Under `config.toml` -> `[store]`, change `type` to `"InMemory"`.

8. Test the app **in a public channel** (e.g. #team-bot-sandbox). The app was not designed with direct messages in mind and may not work there.
8. Test the app **in a public channel** (e.g. #team-bot-sandbox). The app was not designed with direct messages in mind and may not work there.

0 comments on commit fdf4d81

Please sign in to comment.