update go version in the go.mod file

This commit is contained in:
Dawid Wysokiński 2021-02-23 18:10:25 +01:00
parent 02df98ead6
commit fe96c3601b
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/tribalwarshelp/dcbot
go 1.15
go 1.16
require (
github.com/bwmarrin/discordgo v0.22.0