Skip to content

Commit

Permalink
appveyor: go 1.8.7, 1.9.4 and 1.10rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Feb 11, 2018
1 parent fcb9d66 commit 13ebb77
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ clone_folder: c:\gopath\src\github.com\fsouza\go-dockerclient
environment:
GOPATH: c:\gopath
matrix:
- GOVERSION: 1.8.5
- GOVERSION: 1.9.2
- GOVERSION: 1.8.7
- GOVERSION: 1.9.4
- GOVERSION: 1.10rc2
install:
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
- rmdir c:\go /s /q
Expand Down

0 comments on commit 13ebb77

Please sign in to comment.