Change go version in the module

This commit is contained in:
Dan Sosedoff 2022-12-07 17:15:46 -06:00
parent 138fd8af09
commit adf1e4e9ea
No known key found for this signature in database
GPG Key ID: 26186197D282B164

4
go.mod
View File

@ -1,8 +1,8 @@
module github.com/sosedoff/pgweb
go 1.17
go 1.19
// +heroku goVersion go1.17
// +heroku goVersion go1.19
require (
github.com/BurntSushi/toml v1.1.0