support go 1.17

This commit is contained in:
aler9
2021-08-30 15:21:12 +02:00
parent d7b5335d07
commit cebb6780a4
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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)

View File

@@ -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:

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/aler9/gortsplib
go 1.14
go 1.15
require (
github.com/icza/bitio v1.0.0