Merge pull request #326 from squeed/bump-release-go

Release: bump go to v1.12
This commit is contained in:
Dan Williams
2019-05-29 11:30:15 -05:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@ sudo: required
dist: trusty
go:
- 1.10.x
- 1.11.x
- 1.12.x
env:
global:
@ -23,10 +23,10 @@ matrix:
include:
- os: windows
env: TARGET=amd64
go: 1.10.x
go: 1.11.x
- os: windows
env: TARGET=amd64
go: 1.11.x
go: 1.12.x
install:
- go get github.com/onsi/ginkgo/ginkgo