update go version in the go.mod file

This commit is contained in:
Dawid Wysokiński 2021-02-23 18:09:04 +01:00
parent d8d19c3e65
commit cf1560a753
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/tribalwarshelp/shared
go 1.15
go 1.16
require (
github.com/go-pg/pg/v10 v10.7.3