1
0
mirror of https://github.com/securego/gosec.git synced 2025-01-16 02:33:33 +02:00

Add Go 1.13 to the tested version in the travis build file (#350)

Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
This commit is contained in:
Cosmin Cojocar 2019-09-09 13:10:58 +02:00 committed by Grant Murphy
parent 4ecbe32d83
commit e442cf30a8

View File

@ -3,6 +3,7 @@ language: go
go:
- "1.11.x"
- "1.12.x"
- "1.13.x"
- tip
install: