From c40e9c6392b05ba58e6fea50091ce35a1ef020e7 Mon Sep 17 00:00:00 2001 From: John Barton Date: Fri, 24 Sep 2021 21:38:50 +1000 Subject: [PATCH] Fix CI for power8 arch (#157) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f91de3..e96faf7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,7 @@ jobs: env: | # YAML pipe GOARCH: ${{ matrix.arch.architecture }} CGO_ENABLED: 0 + GOPRIVATE: github.com/joho/godotenv run: | apt-get update apt-get install -q -y curl wget git @@ -56,7 +57,7 @@ jobs: go env printf "\n\nSystem environment:\n\n" env - go get -insecure -v -t -d ./... + go get -v -t -d ./... go test ./... cd ./cmd/godotenv go build -trimpath -ldflags="-w -s" -v \ No newline at end of file