Merge pull request #42 from matrix-org/michaelk/update_suggested_go_version
Update go version to 1.16
This commit is contained in:
commit
a8c1ca6740
3 changed files with 4 additions and 3 deletions
|
@ -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
1
changelog.d/42.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Update docs that rageshakes requires golang >1.16.
|
2
go.mod
2
go.mod
|
@ -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
|
||||
|
|
Reference in a new issue