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

View File

@@ -0,0 +1,8 @@
// +build tools
package tools
import (
_ "golang.org/x/lint/golint"
_ "honnef.co/go/tools/cmd/staticcheck"
)