Update go version to 1.16
The linting scripts don't run on 1.15 any more, so builds are not running against 1.15 any more. Technically it will still compile and run against go 1.15 but if we can't verify it in CI, it's not known to be true in future.
This commit is contained in:
parent
c442ced2e1
commit
4ce47beb7b
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Web service which collects and serves bug reports.
|
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:
|
To run it, do:
|
||||||
|
|
||||||
|
@ -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,
|
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
|
through a Slack webhook or by email, cf sample config file for how to
|
||||||
configure them.
|
configure them.
|
||||||
|
|
Reference in a new issue