Skip to content

Commit 13ebb77

Browse files
committed
appveyor: go 1.8.7, 1.9.4 and 1.10rc2
1 parent fcb9d66 commit 13ebb77

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ clone_folder: c:\gopath\src\github.com\fsouza\go-dockerclient
55
environment:
66
GOPATH: c:\gopath
77
matrix:
8-
- GOVERSION: 1.8.5
9-
- GOVERSION: 1.9.2
8+
- GOVERSION: 1.8.7
9+
- GOVERSION: 1.9.4
10+
- GOVERSION: 1.10rc2
1011
install:
1112
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
1213
- rmdir c:\go /s /q

0 commit comments

Comments
 (0)