mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
support go 1.17
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
go: ["1.14", "1.15", "1.16"]
|
||||
go: ["1.15", "1.16", "1.17"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
2
Makefile
2
Makefile
@@ -1,5 +1,5 @@
|
||||
|
||||
BASE_IMAGE = amd64/golang:1.15-alpine3.12
|
||||
BASE_IMAGE = amd64/golang:1.17-alpine3.12
|
||||
LINT_IMAGE = golangci/golangci-lint:v1.38.0
|
||||
|
||||
.PHONY: $(shell ls)
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
RTSP 1.0 client and server library for the Go programming language, written for [rtsp-simple-server](https://github.com/aler9/rtsp-simple-server).
|
||||
|
||||
Go ≥ 1.14 is required.
|
||||
Go ≥ 1.15 is required.
|
||||
|
||||
Features:
|
||||
|
||||
|
Reference in New Issue
Block a user