chore: update build env to golang 1.16 (#26)

This commit is contained in:
Robert Kaussow
2021-05-10 09:03:59 +02:00
committed by GitHub
parent 7148b3d306
commit 5f01026c5c
5 changed files with 59 additions and 37 deletions

9
go.mod
View File

@@ -1,16 +1,17 @@
module github.com/thegeeklab/drone-docker-buildx
go 1.15
go 1.16
require (
github.com/coreos/go-semver v0.3.0
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/drone-plugins/drone-plugin-lib v0.4.0
github.com/joho/godotenv v1.3.0
github.com/kr/pretty v0.1.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/urfave/cli/v2 v2.3.0
golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
golang.org/x/mod v0.4.2 // indirect
golang.org/x/sys v0.0.0-20210507161434-a76c4d0a0096 // indirect
honnef.co/go/tools v0.1.4
)