fix go get command
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash -ex
|
#!/bin/bash -ex
|
||||||
|
|
||||||
# We intend that the arch sub-repo should be the only dependency.
|
# We intend that the x86 arch sub-repo should be the only dependency.
|
||||||
go get -v -u golang.org/x/arch
|
go get -v -u golang.org/x/arch/x86/...
|
||||||
|
|
||||||
# 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