Commit Graph

12 Commits (933a14e16f0232c5ec883644b7363a59da7bcd90)

Author SHA1 Message Date
Gunnar Aasen 7be7d3b736 Bump Appveyor to Go 1.12 2019-07-15 11:29:31 -07:00
Edd Robinson c056528600 Update Windows CI Go to 1.10 2018-07-17 17:34:29 +01:00
Jonathan A. Sternberg 066d53f99d Use dep for dependency management instead of gdm 2018-03-12 15:20:08 -05:00
Edd Robinson b212d927c0 Update AppVeyor to use Go 1.9 2017-11-07 17:42:30 +00:00
Edd Robinson 9f3dcca512 Adjust AppVeyor CI options
The -race flag makes the tests timeout on the Windows VMs so we're
removing it. Race enabled tests will still happen for linux builds.

Also increases the timeout on the tests.
2017-09-22 18:30:38 +01:00
Edd Robinson e7f4b556fa Ensure Windows builds tested with Go 1.8 2017-07-24 13:56:19 +01:00
Mark Rushakoff 24de4ca3f2 Use built-in Go 1.7 in Appveyor
See available versions of Go at
https://www.appveyor.com/docs/installed-software/#go
2016-09-29 10:07:29 -07:00
Jason Wilder b42a2316b1 Merge pull request #7324 from miry/go1.7.1
Use go 1.7.1 for testing
2016-09-29 09:40:55 -06:00
Jason Wilder 28a807f47c Use go 1.6 on appveyor
Seems the default has switched to 1.7, but we still use go 1.6.
2016-09-22 18:20:49 -06:00
Michael Nikitochkin 39b4bbefef
Updated appveyer to install golang 1.7 2016-09-19 13:58:21 +02:00
Ross McDonald 96ad9c57d9 Move to Go 1.6.2. 2016-05-03 11:33:49 -05:00
mvadu b670ca1936 Add AppVeyor ci config to enable ci tests on Windows
Influxdb uses gdm for the dependency management. For gdm to work on Windows, it needs go 1.6. Influx still uses go 1.4.3. So go 1.6 will be sed for the pre-build stages, and go 1.4.3 to run the tests.
This arrangements is working in AppVeyor now.
2016-04-07 19:47:01 +05:30