Skip to content

Commit d93e144

Browse files
committed
AppVeyor: Use system Go 1.8
Go 1.8 is now the default [1], no need to install a custom version. [1] https://www.appveyor.com/docs/installed-software/#go
1 parent a893950 commit d93e144

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

appveyor.yml

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ environment:
77
clone_folder: $(GOPATH)\src\github.com\git-lfs\git-lfs
88

99
install:
10-
- rd C:\Go /s /q
11-
- cinst golang --version 1.8.0 -y
1210
- cinst InnoSetup -y
1311
- refreshenv
1412
- ps: |

0 commit comments

Comments
 (0)