mirror of
https://github.com/joho/godotenv.git
synced 2025-05-31 11:42:15 +00:00
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
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user