ci: add tools package to lock Go tooling versions
This commit is contained in:
parent
18b605c6e1
commit
13a42b37ce
1 changed files with 8 additions and 0 deletions
8
tools/tools.go
Normal file
8
tools/tools.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
//go:build tools
|
||||
// +build tools
|
||||
|
||||
package tools
|
||||
|
||||
import (
|
||||
_ "golang.org/x/tools/cmd/goimports"
|
||||
)
|
Loading…
Reference in a new issue