add go get to bootstrap

This commit is contained in:
Michael McLoughlin
2018-12-05 00:53:16 -08:00
parent 00c50be004
commit ceca3612c6

View File

@@ -1,5 +1,8 @@
#!/bin/bash -ex
# We intend that the arch sub-repo should be the only dependency.
go get -v -u golang.org/x/arch
# Install golangci-lint
golangci_lint_version='v1.12.3'
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin ${golangci_lint_version}