Switch to GOINSECURE for power8 CI task

This commit is contained in:
John Barton 2021-09-24 20:42:44 +10:00
parent 2f66a86dc9
commit 22f9782344

View File

@ -41,6 +41,7 @@ jobs:
env: | # YAML pipe
GOARCH: ${{ matrix.arch.architecture }}
CGO_ENABLED: 0
GOINSECURE: "**/*"
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