mirror of https://github.com/mindoc-org/mindoc.git
Merge pull request #372 from HaraldNordgren/go_versions
Bump Go versions and use '.x' to always get latest patch versionspull/425/head
commit
7a52b4fbf2
|
@ -1,7 +1,8 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- "1.10.3"
|
||||
- "1.10.x"
|
||||
- "1.11.x"
|
||||
|
||||
sudo: true
|
||||
install: false
|
||||
|
|
Loading…
Reference in New Issue