Bump Go versions and use '.x' to always get latest patch versions (#724)

This commit is contained in:
Harald Nordgren
2018-10-29 08:26:20 +01:00
committed by Kota Kanbe
parent bc86c24e6a
commit b2d913cc21

View File

@@ -1,7 +1,7 @@
language: go
go:
- "1.11"
- "1.11.x"
after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash