Skip to content

Commit feabe7f

Browse files
committed
ci: set GOROOT to use go1.9 commands
1 parent e3ddcac commit feabe7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ clone_folder: c:\gopath\src\github.com\vim-volt\volt
77

88
environment:
99
GOPATH: c:\gopath
10-
MYGODIR: C:\go19
10+
GOROOT: C:\go19
1111
VIM_URL: http://vim-jp.org/redirects/koron/vim-kaoriya/vim80/oldest/win64/
1212

1313
install:
14-
- set PATH=%GOPATH%\bin;%MYGODIR%\bin;%PATH%
14+
- set PATH=%GOPATH%\bin;%GOROOT%\bin;%PATH%
1515
- echo %PATH%
1616
- echo %GOPATH%
1717
- go version

0 commit comments

Comments
 (0)