drone-docker/cmd/drone-docker/tools.go
Robert Kaussow 09f9cfa398
chore: update build env to golang 1.16 (#19)
* chore: update build env to golang 1.16

* update and cleanup dependencies

* add test deps

* add test deps
2021-05-10 09:03:35 +02:00

9 lines
113 B
Go

// +build tools
package tools
import (
_ "golang.org/x/lint/golint"
_ "honnef.co/go/tools/cmd/staticcheck"
)