go 1.16 features

- use go embed instead of go-binary and remove all about old assets (go 1.16 feature)
- pin gox version (go 1.16 feature)
- update ci to go 1.16
This commit is contained in:
Nikita Kazarian
2021-03-05 03:38:08 +03:00
parent 68e6f2d117
commit 8e2c826ba3
12 changed files with 34 additions and 771 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/sosedoff/pgweb
go 1.12
go 1.16
require (
github.com/BurntSushi/toml v0.3.1