chore: update build env to golang 1.16 (#26)
This commit is contained in:
8
cmd/drone-docker-buildx/tools.go
Normal file
8
cmd/drone-docker-buildx/tools.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// +build tools
|
||||
|
||||
package tools
|
||||
|
||||
import (
|
||||
_ "golang.org/x/lint/golint"
|
||||
_ "honnef.co/go/tools/cmd/staticcheck"
|
||||
)
|
||||
Reference in New Issue
Block a user