mirror of
https://github.com/luxfi/hid.git
synced 2026-07-26 23:57:43 +00:00
travis, appveyor: bump tested Go versions
This commit is contained in:
+4
-1
@@ -20,8 +20,11 @@ matrix:
|
||||
- os: linux
|
||||
dist: precise
|
||||
go: 1.9.x
|
||||
- os: linux
|
||||
dist: precise
|
||||
go: 1.10.x
|
||||
- os: osx
|
||||
go: 1.9.x
|
||||
go: 1.10.x
|
||||
|
||||
script:
|
||||
- go install ./...
|
||||
|
||||
+2
-2
@@ -22,8 +22,8 @@ environment:
|
||||
|
||||
install:
|
||||
- rmdir C:\go /s /q
|
||||
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.9.2.windows-%GOARCH%.zip
|
||||
- 7z x go1.9.2.windows-%GOARCH%.zip -y -oC:\ > NUL
|
||||
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.10.1.windows-%GOARCH%.zip
|
||||
- 7z x go1.10.1.windows-%GOARCH%.zip -y -oC:\ > NUL
|
||||
- go version
|
||||
- gcc --version
|
||||
|
||||
|
||||
Reference in New Issue
Block a user