Skip to content

Commit

Permalink
Switch to GOINSECURE for power8 CI task
Browse files Browse the repository at this point in the history
  • Loading branch information
joho committed Sep 24, 2021
1 parent 2f66a86 commit e559de3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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
Expand All @@ -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

0 comments on commit e559de3

Please sign in to comment.