Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 2716762

Browse files
authored
Pin go 1.12 on appveyor (#372)
1 parent 7696eb7 commit 2716762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ clone_folder: c:\gopath\src\github.com\sourcegraph\go-langserver
44
environment:
55
GOPATH: c:\gopath
66
install:
7-
- set PATH=C:\msys64\mingw64\bin;%PATH%;%GOPATH%\bin
7+
- set PATH=C:\go112;C:\msys64\mingw64\bin;%PATH%;%GOPATH%\bin
88
- echo %PATH%
99
- echo %GOPATH%
1010
- go version

0 commit comments

Comments
 (0)