drop support for go 1.12

This commit is contained in:
aler9
2020-11-05 11:34:05 +01:00
parent 34389c06cd
commit ca606d111f
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
language: go
go:
- "1.12.x"
- "1.13.x"
- "1.14.x"
- "1.15.x"

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/aler9/gortsplib
go 1.12
go 1.13
require (
github.com/notedit/rtmp v0.0.2