Go.mod should require go 1.16

This commit is contained in:
Michael Kaye 2022-01-19 12:45:47 +00:00
parent 399590d556
commit c6e4ad89ff
1 changed files with 1 additions and 1 deletions

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