mirror of
https://github.com/sjwhitworth/golearn.git
synced 2025-04-28 13:48:56 +08:00
Merge pull request #227 from Sentimentron/add-go-12
Ask Travis to test Go 1.11 and Go 1.12, drop support for Go 1.8
This commit is contained in:
commit
744cde5cc3
@ -1,8 +1,9 @@
|
|||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- "1.8"
|
|
||||||
- "1.9"
|
- "1.9"
|
||||||
- "1.10"
|
- "1.10"
|
||||||
|
- "1.11"
|
||||||
|
- "1.12"
|
||||||
env:
|
env:
|
||||||
# Temporary workaround for go 1.6
|
# Temporary workaround for go 1.6
|
||||||
- GODEBUG=cgocheck=0
|
- GODEBUG=cgocheck=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user