mirror of
https://github.com/securego/gosec.git
synced 2024-12-25 12:05:52 +00: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:
parent
4ecbe32d83
commit
e442cf30a8
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ language: go
|
||||||
go:
|
go:
|
||||||
- "1.11.x"
|
- "1.11.x"
|
||||||
- "1.12.x"
|
- "1.12.x"
|
||||||
|
- "1.13.x"
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in a new issue