Merge pull request #42 from matrix-org/michaelk/update_suggested_go_version

Update go version to 1.16
This commit is contained in:
Michael Kaye 2022-01-19 13:09:08 +00:00 committed by GitHub
commit a8c1ca6740
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -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:

1
changelog.d/42.misc Normal file
View file

@ -0,0 +1 @@
Update docs that rageshakes requires golang >1.16.

2
go.mod
View file

@ -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