Skip to content

Commit

Permalink
appveyor upgrades golang
Browse files Browse the repository at this point in the history
* this is necessary to avoid checksum errors until appveyor upgrade go to 1.11.4

Signed-off-by: Emily Casey <ecasey@pivotal.io>
  • Loading branch information
ekcasey committed Dec 19, 2018
1 parent 5c0bb30 commit 39ab178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ artifacts:
- path: artifacts

before_test:
- go mod download
- choco install golang
- go build -ldflags "-X main.Version=gitsha:%APPVEYOR_REPO_COMMIT%" -o %PACK_PATH% ./cmd/pack
- ps: iex ((New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/appveyor/secure-file/master/install.ps1'))
- cmd: appveyor-tools\secure-file -decrypt %DOCKER_CERT_PATH%\key.appveyor.pem.enc -out %DOCKER_CERT_PATH%\key.pem -secret %file_secret%
Expand Down

0 comments on commit 39ab178

Please sign in to comment.