Allow golang 1.14 to fail

This commit is contained in:
9seconds
2020-03-20 13:17:35 +03:00
parent 020065f389
commit cb691453f0
+1 -1
View File
@@ -6,7 +6,6 @@ dist: trusty
go:
- 1.13.x
- 1.14.x
- master
before_script: make prepare
@@ -18,3 +17,4 @@ script:
matrix:
allow_failures:
- go: master
- go: 1.14.x # because of golangci-lint