bump to golang 1.16

This commit is contained in:
Ben 2021-07-28 22:33:08 +02:00
parent 67a2d81992
commit 3be71a2f10
2 changed files with 6 additions and 9 deletions

View File

@ -5,8 +5,8 @@ language: go
env: GO111MODULE=on
go:
- 1.13.x
- 1.14.x
- 1.15.x
- 1.16.x
git:
depth: 1

View File

@ -1,15 +1,12 @@
module github.com/benjaminbear/docker-ddns-server/dyndns
go 1.14
go 1.16
require (
github.com/foolin/goview v0.3.0
github.com/go-playground/validator/v10 v10.2.0
github.com/jinzhu/gorm v1.9.12
github.com/labstack/echo/v4 v4.1.15
github.com/go-playground/validator/v10 v10.8.0
github.com/jinzhu/gorm v1.9.16
github.com/labstack/echo/v4 v4.4.0
github.com/labstack/gommon v0.3.0
github.com/tg123/go-htpasswd v1.0.0
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 // indirect
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 // indirect
)