Skip to content

Commit

Permalink
Merge pull request #42 from matrix-org/michaelk/update_suggested_go_v…
Browse files Browse the repository at this point in the history
…ersion

Update go version to 1.16
  • Loading branch information
michaelkaye committed Jan 19, 2022
2 parents c442ced + c6e4ad8 commit a8c1ca6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Web service which collects and serves bug reports.

rageshake requires Go version 1.15 or later.
rageshake requires Go version 1.16 or later.

To run it, do:

Expand Down Expand Up @@ -98,4 +98,4 @@ You can get notifications when a new rageshake arrives on the server.

Currently this tool supports pushing notifications as GitHub issues in a repo,
through a Slack webhook or by email, cf sample config file for how to
configure them.
configure them.
1 change: 1 addition & 0 deletions changelog.d/42.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update docs that rageshakes requires golang >1.16.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/matrix-org/rageshake

go 1.15
go 1.16

require (
github.com/google/go-github v0.0.0-20170401000335-12363ffc1001
Expand Down

0 comments on commit a8c1ca6

Please sign in to comment.