Skip to content

Commit c40e9c6

Browse files
authored
Fix CI for power8 arch (#157)
1 parent ddf83eb commit c40e9c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
env: | # YAML pipe
4242
GOARCH: ${{ matrix.arch.architecture }}
4343
CGO_ENABLED: 0
44+
GOPRIVATE: github.com/joho/godotenv
4445
run: |
4546
apt-get update
4647
apt-get install -q -y curl wget git
@@ -56,7 +57,7 @@ jobs:
5657
go env
5758
printf "\n\nSystem environment:\n\n"
5859
env
59-
go get -insecure -v -t -d ./...
60+
go get -v -t -d ./...
6061
go test ./...
6162
cd ./cmd/godotenv
6263
go build -trimpath -ldflags="-w -s" -v

0 commit comments

Comments
 (0)