Require Go 1.18

This commit is contained in:
Jacob Gunther
2023-04-20 00:31:15 -05:00
parent af45527321
commit 4a201af734
2 changed files with 1 additions and 78 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/mineatar-io/api-server
go 1.17
go 1.18
require (
github.com/go-redis/redis/v8 v8.11.5