Switch to go 1.20 (#668)

* Switch to go 1.20
* Fix golang version definition
* Upgrade golangci-lint to v1.51.2
This commit is contained in:
Dan Sosedoff
2023-03-31 19:48:14 -05:00
committed by GitHub
parent f94bc9a4dd
commit 4d32e3b2c5
5 changed files with 7 additions and 7 deletions

4
go.mod
View File

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