add golang.org/x/tools dependency
This commit is contained in:
@@ -20,4 +20,4 @@ linters-settings:
|
|||||||
list-type: whitelist
|
list-type: whitelist
|
||||||
packages:
|
packages:
|
||||||
- github.com/mmcloughlin/avo
|
- github.com/mmcloughlin/avo
|
||||||
- golang.org/x/arch/x86
|
- golang.org/x/
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
#!/bin/bash -ex
|
#!/bin/bash -ex
|
||||||
|
|
||||||
# We intend that the x86 arch sub-repo should be the only dependency.
|
# Limit dependencies to golang.org/x repos
|
||||||
go get -v -u golang.org/x/arch/x86/...
|
go get -u \
|
||||||
|
golang.org/x/arch/x86/... \
|
||||||
|
golang.org/x/tools/go/...
|
||||||
|
|
||||||
# Install golangci-lint
|
# Install golangci-lint
|
||||||
golangci_lint_version='v1.12.3'
|
golangci_lint_version='v1.12.3'
|
||||||
|
|||||||
Reference in New Issue
Block a user