Go.mod should require go 1.16
This commit is contained in:
parent
399590d556
commit
c6e4ad89ff
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
||||||
module github.com/matrix-org/rageshake
|
module github.com/matrix-org/rageshake
|
||||||
|
|
||||||
go 1.15
|
go 1.16
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/google/go-github v0.0.0-20170401000335-12363ffc1001
|
github.com/google/go-github v0.0.0-20170401000335-12363ffc1001
|
||||||
|
|
Reference in a new issue