@ -28,6 +28,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.16"
- run: |
go mod download
@ -17,7 +17,7 @@ jobs:
go-version: "1.15"
- run: sudo apt-get install -y --no-install-recommends ffmpeg
@ -1,5 +1,5 @@
BASE_IMAGE = golang:1.15-alpine3.12
BASE_IMAGE = golang:1.16-alpine3.13
LINT_IMAGE = golangci/golangci-lint:v1.38.0
.PHONY: $(shell ls)
@ -557,7 +557,7 @@ Args:
### Compile and run from source
Install Go 1.15, download the repository, open a terminal in it and run:
Install Go 1.16, download the repository, open a terminal in it and run:
```
go run .
@ -1,4 +1,4 @@
FROM golang:1.15-alpine3.12
FROM golang:1.16-alpine3.12
RUN apk add --no-cache \
ffmpeg
@ -1,6 +1,6 @@
module github.com/aler9/rtsp-simple-server
go 1.15
go 1.16
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect