From e5db93029e0c1aac53328114ae7485aa70c8ab09 Mon Sep 17 00:00:00 2001 From: blacktop Date: Tue, 23 Jul 2019 22:58:05 -0400 Subject: [PATCH] update ci --- README.md | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9146bea4..74b579da1 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ $ ipsw download --device iPhone11,2 --build 16A366 --dec • Getting IPSW build=16A366 device=iPhone11,2 signed=true version=12.0 3.4 GiB / 3.4 GiB [==========================================================| 00:00 ] 79.08 MiB/s - • verifying md5sum... + • verifying sha1sum... $ ipsw extract --kernel iPhone11,2_12.0_16A366_Restore.ipsw diff --git a/appveyor.yml b/appveyor.yml index 153ee23f9..6db5c2c6a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,7 @@ clone_folder: c:\gopath\src\github.com\blacktop\ipsw environment: GOPATH: c:\gopath -stack: go 1.12 +stack: go 1.10 before_test: - go vet ./...