forked from coop-cloud-mirrors/godotenv
Switch to GOINSECURE for power8 CI task
This commit is contained in:
parent
2f66a86dc9
commit
22f9782344
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -41,6 +41,7 @@ jobs:
|
|||||||
env: | # YAML pipe
|
env: | # YAML pipe
|
||||||
GOARCH: ${{ matrix.arch.architecture }}
|
GOARCH: ${{ matrix.arch.architecture }}
|
||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
|
GOINSECURE: "**/*"
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -q -y curl wget git
|
apt-get install -q -y curl wget git
|
||||||
@ -56,7 +57,7 @@ jobs:
|
|||||||
go env
|
go env
|
||||||
printf "\n\nSystem environment:\n\n"
|
printf "\n\nSystem environment:\n\n"
|
||||||
env
|
env
|
||||||
go get -insecure -v -t -d ./...
|
go get -v -t -d ./...
|
||||||
go test ./...
|
go test ./...
|
||||||
cd ./cmd/godotenv
|
cd ./cmd/godotenv
|
||||||
go build -trimpath -ldflags="-w -s" -v
|
go build -trimpath -ldflags="-w -s" -v
|
Loading…
x
Reference in New Issue
Block a user