upgrade go version

Signed-off-by: Huamin Chen <hchen@redhat.com>
This commit is contained in:
Huamin Chen 2019-01-15 17:25:05 +00:00
parent e46099a504
commit 684f753581

View File

@ -7,7 +7,7 @@ branches:
- master
- csi-v1.0
go: 1.9.x
go: 1.10.x
before_script:
- GO_FILES=$(find . -iname '*.go' -type f | grep -v /vendor/)