From 381ad45f12de4013af84611ab70d958ff1dafbb4 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Wed, 5 Jun 2019 17:32:30 -0700 Subject: [PATCH] Fix binary --- core/unifi/.travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/unifi/.travis.yml b/core/unifi/.travis.yml index c95dc3ca..b0d7f087 100644 --- a/core/unifi/.travis.yml +++ b/core/unifi/.travis.yml @@ -4,7 +4,7 @@ go: before_install: - mkdir -p $GOPATH/bin # Download the `dep` binary to bin folder in $GOPATH -- curl -sLo $GOPATH/bin/dep https://github.com/golang/dep/releases/download/v0.5.3/dep-darwin-amd64 +- curl -sLo $GOPATH/bin/dep https://github.com/golang/dep/releases/download/v0.5.3/dep-linux-amd64 - chmod +x $GOPATH/bin/dep # download super-linter: golangci-lint - curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest