Skip to content

Commit

Permalink
Merge pull request sosedoff#516 from sosedoff/heroku-go-mod
Browse files Browse the repository at this point in the history
Specify buildpack version for Heroku
  • Loading branch information
sosedoff committed May 10, 2021
2 parents cef4ab7 + 8284c41 commit 9d1a3fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/sosedoff/pgweb

go 1.16
// +heroku goVersion go1.16

require (
github.com/BurntSushi/toml v0.3.1
Expand Down Expand Up @@ -29,4 +30,4 @@ require (
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.1 // indirect
gopkg.in/yaml.v2 v2.0.0-20160928153709-a5b47d31c556 // indirect
)
)

0 comments on commit 9d1a3fd

Please sign in to comment.