We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb9d66 commit 13ebb77Copy full SHA for 13ebb77
appveyor.yml
@@ -5,8 +5,9 @@ clone_folder: c:\gopath\src\github.com\fsouza\go-dockerclient
5
environment:
6
GOPATH: c:\gopath
7
matrix:
8
- - GOVERSION: 1.8.5
9
- - GOVERSION: 1.9.2
+ - GOVERSION: 1.8.7
+ - GOVERSION: 1.9.4
10
+ - GOVERSION: 1.10rc2
11
install:
12
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
13
- rmdir c:\go /s /q
0 commit comments